This repository contains examples of Simple Linear Regression and Multiple Linear Regression implemented in Python using Jupyter Notebooks.
The notebooks demonstrate how regression models can be used to analyze datasets and make predictions.
This notebook analyzes the relationship between Years of Experience and Salary. A regression model is trained to predict salary based on experience.
This notebook demonstrates Multiple Linear Regression using the 50_Startups dataset. It also explains how to handle the Dummy Variable Trap when working with categorical variables.
- Python
- Pandas
- NumPy
- Scikit-learn
- Matplotlib
- Seaborn
- Plotly
- Jupyter Notebook
simple-linear-regression-salary-vs-experience.ipynbmultiple-regression-dummy-variable-trap-handled.ipynb
Sandhya Krishnan
Python | Data Science | AI