Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
254 add CLI functions for ML models (#262)
Added: 7 CLI functions: - random_forest_classifier_train_cli - random_forest_regressor_train_cli - gradient_boosting_classifier_train_cli - gradient_boosting_regressor_train_cli - logistic_regression_train_cli - evaluate_trained_model_cli - predict_with_trained_model_cli - Notebook with examples of LR, RF and GB use - machine_learning_general.py. module. Has all general ML functions and utilities. reshape_predictions and prepare_data_for_ml are new additions
- Loading branch information