We want to compare different machine larning algorithms prediction and accuracy, by testing all available similarity and accuracy messures from the library "Surprise" in Python
- install dependencies
pip -r requirements.txt - create a virtual env
python -m venv .venv source .venv/bin/activate- run
jupyter notebook - check the algorithms in
comparison_algorithmsfolder