https://github.com/elijas/polynomial-regression-investigation
Quick simple experiment for finding out how polynomial regression is related to linear regression. Shows potential for feature extraction
https://github.com/elijas/polynomial-regression-investigation
Last synced: 7 months ago
JSON representation
Quick simple experiment for finding out how polynomial regression is related to linear regression. Shows potential for feature extraction
- Host: GitHub
- URL: https://github.com/elijas/polynomial-regression-investigation
- Owner: Elijas
- Created: 2015-02-08T09:40:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T09:46:47.000Z (over 10 years ago)
- Last Synced: 2025-01-27T09:25:55.050Z (8 months ago)
- Language: M
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick simple Octave/Matlab experiment for finding out how polynomial regression is related to linear regression. Shows potential for feature extraction (note to self: automatic analysing of scaled y - X*t graph would be sufficient to work out the missing feature)