jeffcav / ml-from-scratch

Implementation of traditional machine learning models and algorithms
1 stars 0 forks source link
machine-learning python

ML from scratch

Install dependencies

python3 -m venv env
pip install --upgrade pip
pip install -r requirements.txt

Run regression tests

pytest -vv tests