Skip to content

ANSHUTRIVEDI2166/project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

project-1

repository for our 4th sem project

#Project: Player Rating Analysis

This project focuses on Player Rating Analysis using Python and machine learning techniques. It involves analyzing player performance based on key statistics such as position, team, nationality, goals, and assists The dataset is processed using techniques like OneHotEncoding and Standard Scaling to handle categorical and numerical data

#Key Steps:

Data preprocessing using ColumnTransformer

Training machine learning models – Support Vector Regressor (SVR), Random Forest Regressor, and XGBoost Regressor

Custom weighted logic – Different weights are assigned based on player position (e.g., a defender scoring a goal contributes more to the rating than a striker scoring a goal)

Performance evaluation – Comparing actual and predicted player ratings to assess model accuracy

#Skills: Python, Machine Learning, Data Preprocessing, Feature Engineering, Ensemble Models, Model Evaluation,

#Summary: The project aims to identify patterns in player performance and improve prediction accuracy through data-driven insights The use of ensemble models like Random Forest and XGBoost helps enhance predictive power and robustness