Loading [MathJax]/extensions/Safe.js

Polynomial Regression

Load the data

Data Preparation

*Note: a PCA was performed in the model evaluation section when generating the pipeline

Data Segregation

Model Evaluation

Polynomial Regression without hyperparameter tuning

Polynomial Regression with hyperparameter tuning

Observations

Both polynomial regressions had a better performance than the Naive and Dummy baseline. The model with hyperparameter tuning had a better performance overall. Similarly to the linear regression, the coefficients of the polynomial regression indicate their relationship to the target variable.