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.
- Host: GitHub
- URL: https://github.com/shawonbarman/single_variable_linear_regression
- Owner: ShawonBarman
- License: mit
- Created: 2022-05-29T08:29:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T07:08:16.000Z (about 4 years ago)
- Last Synced: 2025-08-26T02:49:39.198Z (10 months ago)
- Topics: machine-learning, python, simple-linear-regression
- Language: Jupyter Notebook
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.