#History
- Versioning fix.
- Rename repo.
- Derive BaseWrapper from BaseEstimator.
- Python 3.8 support.
- Deprecate Python 3.5 (#11).
- Fix prebuilt model bug (#5).
- Clean up serialization (#7).
- Implement scikit-learn estimator tests (#10).
- Offload output type detection for classification to
sklearn.utils.multiclass.type_of_target
. - Add documentation.
- Some file cleanup.
- First release on PyPI.