Project 7 is a focus on machine learning (ML)
-
Create Github repo named datafun-07-ml with a default README.md.
-
Clone repo to your machine
-
Add .gitignore file with proper entries
-
Add requirements.txt in root project folder
Known dependencies for this project:
- jupyterlab
- numpy
- pandas
- pyarrow
- matplotlib
- seaborn
- scipy
git add .
git commit -m "initial commit"
git push
py -m venv .venv
.venv\Scripts\activate
- Open Command Palette:
Ctrl+Shift+P - Search "Python: Select Interpreter"
- Chose local .venv option
py -m pip install --upgrade pip setuptools wheel
py -m pip install -r requirements.txt