andreiapostoae / dota2-predictor

Tool that predicts the outcome of a Dota 2 game using Machine Learning
MIT License
367 stars 82 forks source link

Use an argument parser instead of manual checks #10

Closed andreiapostoae closed 7 years ago

andreiapostoae commented 7 years ago

Some of the current arguments do not work as intended (e.g. arguments that should be optional are mandatory instead). An argument parser should be used as it allows switching the order too.

andreiapostoae commented 7 years ago

Classes will not be used as they were anymore. Modules will only have their necessary functions (with few exceptions).