An open API service indexing awesome lists of open source software.

https://github.com/anshutrivedi2166/project-1

PLAYER RATING ANALYSIS
https://github.com/anshutrivedi2166/project-1

4th-semester-project data-preprocessing data-science data-visualization machine-learning model-evaluation python pythonprojects random-forest sports-analytics sports-data svm xbgoost

Last synced: 4 months ago
JSON representation

PLAYER RATING ANALYSIS

Awesome Lists containing this project

README

          

# 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