/ZTM_ML

A repository of exercises for Zero to Mastery Machine Learning course

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

ZTM_ML

A repository of exercises for Zero to Mastery Machine Learning course

Table of Contents

Setup

  1. Create a new python virtual environment: python3 -m venv .

  2. Activate newly created python virtual environemnt: source bin/activate

  3. Install required packages: pip install -r requirements.txt

  4. To open jupyter notebook from the terminal: jupyter notebook