Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 358 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 358 Bytes

Machine learning algorithms

Setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Commands

black src/                      # format the files
pytest                          # run tests
python src/main.py              # run the script
python -m src.<module_name>     # run a demo of an algorythm