Release v0.5.0
Release Notes
General
- Can now write to csv
- Refactored variables
datavariable no longer existstrain_datais now x_train to be more compliant with what you see in books/tutorialstest_datais now x_test to be more compliant with what you see in books/tutorials
- Environment is now automatically for reporting
Modelling
-
Added crossvalidation
- Stratified Kfold
- KFold
- Learning curve
-
Added Gridsearch
- GridsearchCV
-
Can now queue multiple models and run them in parallel on a local machine or one after the other if there are limited resources
-
Can now compare models across all metrics for a given problem (classification vs. regression)
Model Results
- Can now understand model results with both SHAP and Microsoft Interpret
- Can now view all metrics for classification problem
- Added ROC Curve and Confusion Matrix