Skip to content

Building ML models from scratch for practice. This project is under construction and will be constantly updated ...

Notifications You must be signed in to change notification settings

imanousar/ML-from-Scratch

Repository files navigation

Configs for libraries

python -m venv venv
source venv/Scripts/activate
pip install -r requirements.txt
pip install -e .

Configs for docs

pip install mkdocs
pip install mkdocs-material
pip install mkdocstrings[python]
cd mlfromscratch

Test locally

mkdocs serve

Deploy

mkdocs gh-deploy

Test docs

pytest mlfromscratch/tests/test_docs.py --verbose

About

Building ML models from scratch for practice. This project is under construction and will be constantly updated ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published