The purpose of this repository is to document my learning progress in data science and machine learning.
Before attempting to run notebooks in this repository locally:
1. Clone this repository: `git clone https://github.com/jdbadger/ds-ml.git`
2. Navigate to the cloned repo: `cd ds-ml`
3. Create a new environment: `python -m venv <name>`
4. Activate the environment: `source <name>/bin/activate`
5. Install dependencies: `python -m pip install -r requirements.txt`