Skip to content

Version 1.0.0

Latest
Compare
Choose a tag to compare
@UznetDev UznetDev released this 10 Aug 10:31
· 4 commits to main since this release

This is the initial release of the Linear Regression project, providing a simple yet effective implementation of linear regression using gradient descent in Python. This version includes the core functionality required to fit a linear model to your data, make predictions, and evaluate the model using Mean Squared Error (MSE).