Evan Heidtmann

Results 14 issues of Evan Heidtmann

Hi there! First off, your presentation from slideshare looked great and it seems that your code will help me do what I need to do. I've managed to integrate your...

Re #27, this PR renders data labels in a popup window. Feedback welcome.

## 🐞Describing the bug Multiclass decision tree ensembles (i.e. Random Forest) converted from `sklearn` don't produce predictions matching those obtained from `predict_proba()`. It appears that the resulting probabilities are not...

bug
scikit-learn

The DBSCAN implementation was producing garbage results for me because the `_get_neighbors` function was returning the wrong indices for valid neighbors. If comparing a sample with higher index than the...

Hey there, DRF docs looks really cool. But it looks like the project doesn't currently have support for viewsets that implement a `get_serializer` method. In my case, I use information...

The `USER_MODEL` setting appears very useful, but in the 2.0.0 release, the original tables are created with `user` as a ForeignKey to `settings.AUTH_USER_MODEL`. This creates several problems, including that `./manage.py...

The `short_name` of this OSM way is "NE MLK Jr Blvd" -- https://www.openstreetmap.org/way/418650741 It's short for "Northeast Martin Luther King Junior Boulevard". ![image](https://user-images.githubusercontent.com/1178915/139332524-6935689f-f66b-4fa7-8785-f7225b4c08b3.png) And `usaddress` does a great job on...

##### Issue type - Feature ##### Summary Add `Result.to_json()`, producing a serializable dictionary which can be used for re-creating the Result later. Calling code must handle serializing `Decimal` instances into...

I'm trying to write a data migration for my app, and receiving the "not a Versionable" error when I read any VersionedForeignKey fields from models retrieved with the `apps.get_model()` recommended...

As described in #73, I can't load fixtures for a model with a M2M field in the current version of `cleanerversion`. This PR allows `loaddata` to succeed, but I'm not...