- sklearn.impute.SimpleImputer
- sklearn.preprocessing.MinMaxScaler
- sklearn.preprocessing.MaxAbsScaler
- sklearn.preprocessing.RobustScaler
- sklearn.linear_model.LinearRegression
- Separate curated from candidate primitives
- Setup
entry_points
in setup.py to improve compaitibility with MLBlocks - Add a test-pipelines command to test all the existing pipelines
- Clean sklearn example pipelines
- Change the
author
entry to acontributors
list - Change the name of
mlblocks_primitives
folder - Pip install
requirements_dev.txt
fail documentation
- Fix LSTMTimeSeriesRegressor primitive. Issue #90
- Fix timeseries primitives. Issue #91
- Negative index anomalies in
timeseries_errors
. Issue #89 - Keep pandas version below 0.24.0. Issue #87
- mlprimitives.timeseries primitives for timeseries data preprocessing
- mlprimitives.timeseres_error primitives for timeseries anomaly detection
- keras.Sequential.LSTMTimeSeriesRegressor
- sklearn.neighbors.KNeighbors Classifier and Regressor
- several sklearn.decomposition primitives
- several sklearn.ensemble primitives
- Fix typo in mlprimitives.text.TextCleaner primitive
- Fix bug in index handling in featuretools.dfs primitive
- Fix bug in SingleLayerCNNImageClassifier annotation
- Remove old vlaidation tags from JSON annotations
- Fix and re-enable featuretools.dfs primitive.
- Add pipeline specification language and Evaluation utilities.
- Add pipelines for graph, text and tabular problems.
- New primitives ClassEncoder and ClassDecoder
- New primitives UniqueCounter and VocabularyCounter
- Fix TrivialPredictor bug when working with numpy arrays
- Change XGB default learning rate and number of estimators
- Add more keras.applications primitives.
- Add a Text Cleanup primitive.
- Add keywords to
keras.preprocessing
primtives. - Fix the
image_transform
method. - Add
epoch
as a fixed hyperparameter forkeras.Sequential
primitives.
- First release on PyPI.