Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteblackgoose/regressionexample
Building regression models
https://github.com/whiteblackgoose/regressionexample
Last synced: 18 days ago
JSON representation
Building regression models
- Host: GitHub
- URL: https://github.com/whiteblackgoose/regressionexample
- Owner: WhiteBlackGoose
- License: mit
- Created: 2022-03-31T09:28:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T19:18:07.000Z (over 2 years ago)
- Last Synced: 2024-10-19T18:46:59.809Z (30 days ago)
- Language: Jupyter Notebook
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Regression Example
[![NbViewer](https://img.shields.io/badge/View-nbviewer-green)](https://nbviewer.org/github/WhiteBlackGoose/RegressionExample/blob/main/LinearRegression.ipynb)
This notebook shows how we can easily build a linear regression model given some data using MSE metric.
Used tech: F#, AngouriMath, Plotly.NET.