vc1492a / henosis

A Python framework for deploying recommendation models for form fields.
Other
11 stars 3 forks source link

Remove imbalanced-learn dependency. #31

Open vc1492a opened 6 years ago

vc1492a commented 6 years ago

Remove the library's dependency on imbalanced-learn and direct users to balance datasets appropriately prior to fitting the model in Henosis. This has the effect of reducing the size of the library and the number of dependencies.

vc1492a commented 6 years ago

Also remove pymssql dependency.

vc1492a commented 6 years ago

Remove trainDataBalance from API and Elasticsearch index.