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

https://github.com/pradipnp/linear_regression-basic

This project demonstrates a basic implementation of linear regression in Python. It calculates the regression line using mathematical formulas (no Scikit-learn). The dataset contains house sizes and prices. Includes data visualization with scatter plots and a regression line.
https://github.com/pradipnp/linear_regression-basic

linear-regression python simple-linear-regression

Last synced: 7 months ago
JSON representation

This project demonstrates a basic implementation of linear regression in Python. It calculates the regression line using mathematical formulas (no Scikit-learn). The dataset contains house sizes and prices. Includes data visualization with scatter plots and a regression line.

Awesome Lists containing this project