Skip to content

Implementation of Multiple Linear Regression in Python using scikit-learn. Includes data preprocessing, model training, evaluation, and visualization for predictive analytics

Notifications You must be signed in to change notification settings

nehawagh10/Multiple-Linear-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Multiple-Linear-Regression

This project demonstrates Multiple Linear Regression on a car dataset.

πŸ“Š Dataset

  • Source: Toyota Corolla car data
  • Features: Price, Age, KM, HP, etc.
  • Target: Price (dependent variable)

βš™οΈ Technologies Used

  • Python
  • Pandas
  • NumPy
  • Matplotlib / Seaborn
  • Scikit-learn

πŸ“ˆ Model

  • Multiple Linear Regression
  • Performance Metrics: RΒ² Score, RMSE, MAE

πŸš€ How to Run

  1. Clone the repository
  2. Open the notebook in Jupyter or Google Colab
  3. Run all cells to see the analysis and model results

About

Implementation of Multiple Linear Regression in Python using scikit-learn. Includes data preprocessing, model training, evaluation, and visualization for predictive analytics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published