source code for my solutions for https://www.freecodecamp.org/learn/machine-learning-with-python/ cert link:https://www.freecodecamp.org/certification/fcca63c6ad6-a8d5-43cb-9398-d8a47b25d20a/machine-learning-with-python-v7
python3 (jupyter-lab)![https://jupyterlab.readthedocs.io/en/latest/getting_started/starting.html]
git clone repo
cd ml
python3 -m venv .venv/
source .venv/bin/activate
pip install -r requirments.txt