Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coder5omkar/simple-linear-regression

Linear regression is one of the most fundamental algorithms in machine learning and statistics used for predicting a continuous dependent variable (target) based on one or more independent variables (features). The key idea behind linear regression is to find the relationship between variables by fitting a straight line through the data points.
https://github.com/coder5omkar/simple-linear-regression

data-science machine-learning simple-linear-regression sklearn-library

Last synced: 5 days ago
JSON representation

Linear regression is one of the most fundamental algorithms in machine learning and statistics used for predicting a continuous dependent variable (target) based on one or more independent variables (features). The key idea behind linear regression is to find the relationship between variables by fitting a straight line through the data points.

Awesome Lists containing this project