Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethanhe42/least-square-regressor
linear regression with least square from scratch
https://github.com/ethanhe42/least-square-regressor
Last synced: about 1 month ago
JSON representation
linear regression with least square from scratch
- Host: GitHub
- URL: https://github.com/ethanhe42/least-square-regressor
- Owner: ethanhe42
- Created: 2016-05-08T23:09:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T23:16:22.000Z (over 8 years ago)
- Last Synced: 2024-04-14T17:45:06.079Z (7 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Linear Regression
### how to run
1. command line
`% python linreg `
2. auto run all datasets
first make sure datasets and are in the same folder
`% python auto.py`
Then see results in output.txt