Skip to content

kashh56/Simple_linear_regression_model_building_process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published