=========== History =========== 0.2.2 (2020-8-7) ------------------ * Add estimators: HuberRegressor, RidgeCV, LassoCV, SGDRegressor, and HistGradientBoostingRegressor * Modify parameters.json, and reset_parameters.json for the added estimators * Add autoViz for classification problem model retrieval diagram 0.2.1 (2020-7-31) ------------------ * Bug fix and stable version with pipeline modules 0.1.4 (2020-7-30) ------------------ * Add autoPP & autoPipe modules 0.1.3 (2020-07-21) ------------------ * Add online documentation page: https://dynamic-pipeline.readthedocs.io 0.1.0 (2020-07-21) ------------------ * Debug in the estimatorCV.py 0.0.11 (2020-07-21) ------------------ * Add JSON file as the repository for the estimators' parameters * Added functions reset_parameters(), export_parameters(), and reset_parameters() to manipulate the default parameters for estimatorCV.py * Update the README.md file * Debug in the autoCV.py 0.0.8 (2020-07-18) ------------------ * First release on PyPI.