This repository contains scripts for machine learning.
| Python script | Description |
|---|---|
| machine_learning_with_text_in_python.py | Create a model where the features are text |
| master_machine_learning_with_scikit_learn.py | Create optimized model (pipeline) and save as joblib. |
| master_machine_learning_with_scikit_learn_predict.py | Load joblib and predict values. |