Skip to content

Machine Learning project for finding Potential of players with FIFA19 database

Notifications You must be signed in to change notification settings

luko007/FIFA19_players

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

FIFA Potential Predictor

ML project that given FIFA attributes of a player, predicts its Potential rating.

DATA

Dataset was downloaded from kaggle and contains all players from FIFA19.

Learner

Learner uses Random Forest Regressor with accurcies that can be found in 'Accuracy' file. Some models, such as knn and linear regression, can be found in 'Learner'. RF Regressor was trained with Grid Search and CV.

Input

Learner takes 6 arguments and produces the predicted Potential attribute of the player. Arguments need to be passed as array through 'Main' or in terminal separated by spaces.

Attributes are: Age, Overall, Value (M€), Wage (K€), Skill Moves, Release Clause (M€)

About

Machine Learning project for finding Potential of players with FIFA19 database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages