Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.17 KB

File metadata and controls

16 lines (10 loc) · 1.17 KB

Predict Sales Revenue Using Multiple Regression Model

Description:-

In this project ,I have built and evaluated multiple linear regression models using Python. I have used scikit-learn to calculate the regression, while using pandas for data management and seaborn for data visualization. The dataset for this project consists of the very popular Advertising dataset to predict sales revenue based on advertising spending through media such as TV, radio, and newspaper.

Key Task :

  • Built univariate and multivariate linear regression models using scikit-learn .
  • Performed Exploratory Data Analysis (EDA) and data visualization with seaborn .
  • Evaluated model fit and accuracy using numerical measures such as R² and RMSE .
  • Performed Model interaction effects in regression using basic feature engineering techniques.
  1. Notebook Link

  2. Dataset Link