Machine learning algorithms to predict game outcomes based on the League of Legends dataset from a League of Legends diamond dataset.
-
Clone this rep
-
Install pipenv with
pip install pipenv
-
In the root directory run
pipenv install
-
Run
pipenv shell
to activate the virtual environment orpipenv run [COMMAND]
where "[COMMAND]" is the desired python command from below. -
Run
python -m league_analysis [arg]
from root dir. "[arg]" is the name of the action to perform, in order to run the regression models use the commandpython -m league_analysis regression