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

https://github.com/shawonbarman/single_variable_linear_regression

This is a basic machine learning project. Simple or single variable linear regression is a statistical method that allows us to summarize and study relationships between two continuous variables: (a) one variable, denoted x, is regarded as the predictor, explanatory, or independent variable, (b) the other variable, denoted y, is regarded as the response, outcome, or dependent variable.
https://github.com/shawonbarman/single_variable_linear_regression

machine-learning python simple-linear-regression

Last synced: about 2 months ago
JSON representation

This is a basic machine learning project. Simple or single variable linear regression is a statistical method that allows us to summarize and study relationships between two continuous variables: (a) one variable, denoted x, is regarded as the predictor, explanatory, or independent variable, (b) the other variable, denoted y, is regarded as the response, outcome, or dependent variable.

Awesome Lists containing this project

README

          

# Single_Variable_Linear_Regression
This is a basic machine learning project. Simple or single variable linear regression is a statistical method that allows us to summarize and study relationships between two continuous variables: (a) one variable, denoted x, is regarded as the predictor, explanatory, or independent variable, (b) the other variable, denoted y, is regarded as the response, outcome, or dependent variable.