Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 399 Bytes

File metadata and controls

12 lines (12 loc) · 399 Bytes

Multiple linear Regression model

Objective:

To build a Multiple Linear Regression Model for 50_Startups data and ToyotaCorolla data.

Methodology:

1.EDA:

Performing EDA to get mor informative features about dataset.

2.Model building:

  1. Multiple Linear Regression model
  2. Ridge Regression model

3.Model vaidation:

  • R-Squared values
  • Table containing R^2 value for each prepared model.