Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 341 Bytes

Machine_Learning_Regressions

3 examples of machine learning models for the prediction of a continuous variable.

  • Predict the amount of Co2 emitted by a vehicle.
  • Predict the cost of a vehicle according to its year of manufacture.

Models used:

  1. Simple Linear Regression
  2. Multiple Linear Regression
  3. Polynomial Regression