Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shahardekel/polynomial-vs.-linear-regression

How to perform polynomial regression with linear regression tools using python
https://github.com/shahardekel/polynomial-vs.-linear-regression

Last synced: about 16 hours ago
JSON representation

How to perform polynomial regression with linear regression tools using python

Awesome Lists containing this project

README

        

# polynomial-vs.-linear-regression
How to perform polynomial regression with linear regression tools using python

Given train data (𝑥1 = 0, 𝑦1 = −1.25), (𝑥2 = 0.5, 𝑦2 = −0.6), (𝑥3 = 2, 𝑦3 = −4.85)
and test data (𝑥4 = −1, 𝑦4 = −5.2), (𝑥5 = 1, 𝑦5 = −0.9), (𝑥6 = 3, 𝑦6 = −13).