Skip to content

Release v0.6.0

Choose a tag to compare

@Ashton-Sidhu Ashton-Sidhu released this 27 Oct 07:17
· 338 commits to develop since this release

Release Notes

Added Cleaning, Preprocessing and Feature Engineering techniques.

Added Regression, Classification, Text and Clustering models.

Some models include Agglomerative Hierarchical Clujstering, doc2vec, word2vec, XGBoost Classification and Regression, etc. There are now over 35+ automated and implemented models.

Can now views metrics and compare Classification and Regression models.

Can access model methods from the model name variable. For example: model.log_reg.get_params(), etc.