Skip to content

A simple Linear Regression model implemented and plotted best fit line.

Notifications You must be signed in to change notification settings

Haider010/Linear-Regression-OLS

Repository files navigation

Linear Regression Implementation

This repository contains an implementation of both Single and Multiple Linear Regression from scratch using Python. The project includes the following key steps:

  • Implementing the linear regression algorithm.
  • Plotting the best fit line on a graph.
  • Evaluating the regression model using key metrics: Mean Squared Error (MSE), Mean Absolute Error (MAE), Root Mean Squared Error (RMSE), R² Score, and Adjusted R² Score.

About

A simple Linear Regression model implemented and plotted best fit line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published