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

https://github.com/sumitgirwal/diabetes-linear-regression-ml

This is a simple diabetes checker machine learning test model, build with linear regression in Python , Matplotlib, NumPy, and sklearn. Diabetes is built in a dataset within the sklearn library. Where first you train the model then you apply a test to see how the output/result is approximate/good or change something in the model.
https://github.com/sumitgirwal/diabetes-linear-regression-ml

linear-regression matplotlib numpy python3 sklearn

Last synced: 2 months ago
JSON representation

This is a simple diabetes checker machine learning test model, build with linear regression in Python , Matplotlib, NumPy, and sklearn. Diabetes is built in a dataset within the sklearn library. Where first you train the model then you apply a test to see how the output/result is approximate/good or change something in the model.

Awesome Lists containing this project

README

          

# diabetes-linear-regression

### This is a simple diabetes checker machine learning test model, build with linear regression in *Python* , *Matplotlib*, *NumPy*, and *sklearn*.
### Diabetes is built in a dataset within the sklearn library. Where first you train the model then you apply a test to see how the output/result is approximate/good or change something in the model.