Skip to content

DanialK/ml-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Environment

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

To use Jupyter

  • ipython kernel install --name "local-venv" --user

To run the tests

  • In PyCharm, ensure to include ./src as a source root and run the tests
  • In VSCode or other IDES ensure to add ./src to PYTHONPATH
    • PYTHONPATH="${PYTHONPATH}:$(pwd)/src"
  • Execute tests PYTHONPATH="${PYTHONPATH}:$(pwd)/src" python -m pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages