This repository contains completed Machine Learning code exercises in Python from the published book by Danish Haroon (2017).
- Create and activate a Python virtual environment:
python -m venv env. - Install all required packages in requirements.txt:
pip install -r requirements.txt. - Create the according IPython kernel for Jupyter:
python -m ipykernel install --user --name=env.
- Open Jupyter Notebook:
jupyter notebookand select the created kernel env. - You can now run the exercises in the notebooks.
Python version (3.11.2) is newer than the configured version in the book.
- Danish Haroon. *Python Machine Learning Case Studies - Five Case Studies for the Data Scientist*. Springer Science+Business Media New York, 2017. ISBN 978-1-4842-2822-7. Link to book.