Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.13 KB

File metadata and controls

33 lines (21 loc) · 1.13 KB

Simple Linear Regression

Overview

This repository contains a Jupyter Notebook that demonstrates the process of building a simple linear regression model using Python's sklearn and statsmodels.api libraries. The notebook walks through each step of the modeling process, from data preparation to model evaluation, with well-commented code and explanations.

Contents

  • Simple_linear_regression_python.ipynb: A Jupyter Notebook file with detailed explanations and code to build and evaluate a simple linear regression model.
  • csv: Contains the dataset used in the demonstration.

Prerequisites

To run the Jupyter Notebook, ensure you have the following Python libraries installed:

  • pandas
  • numpy
  • matplotlib
  • sklearn
  • statsmodels
  • jupyter (to run the notebook)

Contributing

Feel free to open issues or submit pull requests if you have suggestions or improvements. Contributions are welcome!

Contact

If you have any questions, please contact: