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.