git clone https://github.com/frek17/phishing-ml-pipeline.git
Example, for MacOS - https://www.python.org/downloads/macos/
pip install -r requirements.txt
Select proper model parameters in config.py
python train_ml_model.py
If all steps were successful you have your trained model in <model_path>
and metric for test data in log file or in <model_path/README.md -- model-index -- metrics>