Skip to content
#

multiple-linear-regression

Here are 552 public repositories matching this topic...

This explains the code for multiple regression model for a sample data saved as dummy2.xlsx. It explains the variability of model i.e. dependency of salary on Experience of Employee and their Gender. It also clarifies whether the average salary for the female employees are lesser than male employees or not.And if yes than by how much.

  • Updated Jan 17, 2022
  • Jupyter Notebook

We know how to build a model with one X (feature variable) and Y (response variable). But what if we have three feature variables, or may be 10 or 100? Building a separate model for each of them, combining them, and then understanding them will be a very difficult and next to impossible task. By using multiple linear regression, we can build mod…

  • Updated Apr 24, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the multiple-linear-regression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multiple-linear-regression topic, visit your repo's landing page and select "manage topics."

Learn more