fridiculous / django-estimators

a django app to persist and retrieve scikit learn machine learning models
MIT License
49 stars 14 forks source link

Add UUIDS and option to turn off unique constraint of object hashes #11

Open fridiculous opened 7 years ago

fridiculous commented 7 years ago

Based off of the feedback in https://github.com/fridiculous/django-estimators/issues/7, sometimes it's best to let anyone save any model.

Although the initial intent of the unique constraint of the hashes was to dedupe the same models, ergo making the relational and comparative metadata cleaner, often this is not trivial and only introduces complexity.