The goal of a machine learning regression problem is to predict a single numeric value. For example, you might want to predict an employee's bank account balance based on age, height, annual income, ...
Quadratic regression extends linear regression by adding squared terms and pairwise interaction terms, enabling the model to capture non-linear structure and predictor interactions. The article ...