Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 489 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 489 Bytes

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`