POLYNOMIAL REGRESSION
Label Encoding
One Hot Encoding
Train-Test Split
pandas
numpy
matplotlib.pyplot
sklearn.model_selection
sklearn.linear_model
sklearn.preprocessing
train_test_split(test_size)
PolynomialFeatures(degree=)
Dummy Variable Trap
Overfitting
Supervised Learning