Skip to content

jeffcav/ml-from-scratch

Repository files navigation

ML from scratch

Install dependencies

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

Run regression tests

pytest -vv tests

About

Implementation of traditional machine learning models and algorithms

Topics

Resources

Stars

Watchers

Forks