El 李天宝

Results 33 issues of El 李天宝

I have sub directory with the same name of the parent directory `/Users/sarit/mein-codes/multy_herr/multy_herr` At first time `autojump` did correct jump to the parent. Later on it started to jump to...

Request document on securing the `FTP` and also running with `gunicorn`

enhancement

## Description What are you proposing? Django REST scale up the application from web, iOS, Android, IoT How should it be implemented? 1. Add HTML, CSS, JavsScript app in one...

enhancement

Current one is ` api.sandbox.push.apple.com` READEME.md is `api.development.push.apple.com` I confirm both of them works. However, I don't know how long it can last Please correct me if I am wrong....

apns

In the summary page. I see the report on each classifier. One that I am pay attention most is `RandomForest` ``` Random Forest n_jobs: -1 criterion: gini max_features: 0.5 min_samples_split:...

django==1.10.6 freezegun==0.3.9 python3.6.0 ```python @freeze_time("2012-01-14 03:21:34", tz_offset=+7) def test_post_full_order(self): mommy.make(Branch, _quantity=1, name="Elcolie Branch") mommy.make(Dealer, _quantity=1, branch=Branch.objects.first()) response = self.client.post(reverse('api:order-list'), data=self.data, format='json') assert 201 == response.status_code ``` Run command on specific...

bug

I would like to try `InceptionV4` on small dataset. It is `CIFAR-10`. I instantiate the model and train by myself. And the `Exception` raises ```python model = InceptionV4() for epoch...

I use white theme on my laptop. DartPad is using `dracula` mode and it blur my eyes when switch between IDE and DartPad

enhancement
p2

Suppose I have a model like this ```python class FactoryBooking(model.Models): factory = models.ForeignKey(Factory, verbose_name=_("factory"), related_name="factory_bookings") mechanics = models.ManyToManyField(Mechanic, related_name="factory_bookings", verbose_name=_("mechanics")) ``` Is it possible to use `restorm` like ```python class...

Python 3.10 rulefit==0.3.1 **Problem** Unable to follow official document **Step to reproduce:** 1. pip install rulefit 2. Follow `Train your model` section. But omit `.as_matrix` because Dataframe has so such...