/Simple-Linear-Regression

This Python repository contains an example of linear regression using a single independent variable to predict a continuous dependent variable. It includes code for importing and preprocessing the data, fitting the model, and evaluating its performance. The repo also includes plots of the fitted models and analysis of the results.

Primary LanguageJupyter Notebook

Simple-Linear-Regression

This Python repository contains an example of linear regression using a single independent variable to predict a continuous dependent variable. It includes code for importing and preprocessing the data, fitting the model, and evaluating its performance. The repo also includes plots of the fitted models and analysis of the results.