Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmay0303 authored Oct 2, 2024
1 parent 4be45b7 commit 5c94c91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This project focuses on predicting the market values of football players. It is based on data scraped from the SOFIFA website and involves multiple stages including data collection, cleaning, feature engineering, and model creation.

## Project Overview
Data Collection: Scraped player data from the SOFIFA website using Beautiful Soup.
Data Cleaning & EDA: Used Pandas and NumPy for data manipulation and performed exploratory data analysis (EDA) with Matplotlib and Seaborn.
Feature Engineering: Applied feature scaling and selection to prepare the data for the model.
Model Creation: Built a Multiple Linear Regression model to predict football player market values.
#1 Data Collection: Scraped player data from the SOFIFA website using Beautiful Soup.
#2 Data Cleaning & EDA: Used Pandas and NumPy for data manipulation and performed exploratory data analysis (EDA) with Matplotlib and Seaborn.
#3 Feature Engineering: Applied feature scaling and selection to prepare the data for the model.
#4 Model Creation: Built a Multiple Linear Regression model to predict football player market values.

0 comments on commit 5c94c91

Please sign in to comment.