MULTIPLE LINEAR REGRESSION
Label Encoding
One Hot Encoding
Train-Test Split
Backward Elimination
pandas
numpy
matplotlib.pyplot
sklearn.model_selection
sklearn.linear_model
sklearn.preprocessing
sklearn.statsmodels.formula.api
sm.OLS
train_test_split(test_size)
Dummy Variable Trap
Supervised Learning