dotaml
A DOTA 2 hero recommendation engine for Stanford's CS 229 Machine Learning course.
File Explorer
Download Latest Version (.zip)- dotabot.py
- dotabot2.py
- README.md
- stats.py
- util.py
- final_report.pdf
- __init__.py
- evaluate_model_10000.pkl
- evaluate_model_51022.tar.gz
- k_nearest_neighbors.py
- kfcv_d.py
- preprocess.py
- recommend_models_10000.pkl
- test.py
- test_5669.npz
- train_51022.npz
- train_evaluate.py
- train_recommend.py
- __init__.py
- f1score.py
- learning_curve.py
- logistic_regression.py
- model.pkl
- preprocess.py
- test_5669.npz
- train.py
- train_51022.npz
- cloud.css
- global.css
- textboxlist.css
- heroes.json
- close.gif
- prototype.js
- S2.js
- TextBoxList.js
- ProtoCloud.js
- ScaleColor.js
- index.js
- index.html
- .gitignore
- app.py
- engine.py
- heroes.json
- LICENSE
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/kevincon/dotaml
Downloads the entire project code from GitHub to your computer.
cd dotaml
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install gcc
Installs the pre-built package via Homebrew β no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
