Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 189 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 189 Bytes

ML from scratch

Install dependencies

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

Run regression tests

pytest -vv tests