/K132-Week3-LinearRegression

In this repo, you can find a linear Regression prediction by using Sklearn library on Python.

Primary LanguagePython

K132-Week3-LinearRegression

In this repo, you can find a linear Regression prediction by using Sklearn library on Python.

Steps:

  • WineQT.csv file was downloaded from Kaggle
  • Explore data and cleaning unnecessary columns
  • Drow a correlation between columns
  • Create linear regression by using sklearn libraries.
  • Show results.