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

sdieunidou/csgo-predict-sklearn-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

csgo predictor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published