Skip to content

IamTossan/machine-learning-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is just practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published