Skip to content

Releases: UznetDev/LinearRegression

Version 1.0.0

10 Aug 10:31
Compare
Choose a tag to compare

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).