Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 557 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 557 Bytes

CS:GO Match Predictor

RandomForestClassifier is used to make predictions.

This projet is just a demo of RandomForestClassifier usage with sklearn.

Features implemented

  • Team has win this lasted match played
  • Team1 has win this lasted match against Team2
  • Team1 is ranked better than Team2 (use HLTV ranking)

Generate transformed CSV

python create_model.py

Predict submissions

Predictor use submissions contain in data/submission.csv file.

python predict.py

Data

Generate dataset

php generate_csv.php