Predicting Car Price using Machine Learning

By Medium - 2020-11-23

Description

In this post, we will learn Linear Regression and real time challenges during implementation for a business problem.

Summary

  • Problem Description: Correlation among independent variables: We’ll first start off with an arbitrary number of features, and then use the “statsmodels” library to build models using the shortlisted features (this is because sklearn doesn’t have adjusted r-squared but statsmodels has).
  • The values of r-squared and adjusted r-squared are computed based on the training set, though we must always look at metrics computed on the test set.

 

Topics

  1. Backend (0.18)
  2. Machine_Learning (0.15)
  3. Database (0.09)

Similar Articles

30 Most Asked Machine Learning Questions Answered

By Medium - 2021-03-18

Machine Learning is the path to a better and advanced future. A Machine Learning Developer is the most demanding job in 2021 and it is going to increase by 20–30% in the upcoming 3–5 years. Machine…