- Bugfix: missing _replace_none attribute for SimpleImputer with strategy='constant'
0.1.15
- Fix: when saving a pipeline, include dependencies in dill serialization.
0.1.14
- Bugfix in .assign: shouldn't have columns - Bugfix in imputer: explicit missing_values arg leads to issues - Used space-titanic data in examples - Logo added :)
0.1.13
- Bugfix in imputer: using strategy='constant' threw a TypeError when used on string columns
0.1.12
- Gradio & dependencies are not installed by default, but are declared an optional extra in setup
0.1.11
- Example added for hyperparameter tuning with Hyperopt