Skip to content

Implementation of Polynomial Regression Model using both Python and R

License

Notifications You must be signed in to change notification settings

stabgan/Polynomial-Regression

Repository files navigation

Polynomial-Regression

Steps I followed :

  • First I used scatter() from Matplotlib to check the nature of Data.
  • Then I used Polynomial Regression Model from Sklearn module.
  • I plotted the predicted value for better Analysis.

Mathematical Model: y = b0 + b1x1 + b2x2^2+ ...

About

Implementation of Polynomial Regression Model using both Python and R

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published