Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 537 Bytes

File metadata and controls

20 lines (13 loc) · 537 Bytes

Regression Models - Python

The repository shows examples of working with the following regression models for data analysis tasks.

  • Simple Linear
  • Multiple Linear
  • Polynomial Regression

Regression analysis involves obtaining relationship between independent and dependent variable for given dataset.

Dependencies

  • numpy
  • matplotlib
  • pandas
  • scikit-learn (sklearn)

Publicly available datasets have been used and included in the repo.

Jupyter Notebooks have been updated and are recommended for better understanding.