Machine Learning
137 views
Polynomial Regression
Quick Definition
Extending linear models with polynomial features for nonlinear data
Full Definition
A regression technique extending linear models by adding polynomial features to capture nonlinear relationships.
Examples
curve fitting, nonlinear trend modeling, feature interaction
Related Terms
linear-regression
regression
feature-engineering
More Machine Learning Terms
Hyperparameter Tuning
Finding optimal configuration values before training
Feature Selection
Identifying the most relevant features for model training
Logistic Regression
Statistical model estimating binary outcome probabilities
Random Forest
Ensemble of decision trees that votes on predictions
Confusion Matrix
Table visualizing classifier performance by class predictions
Machine Learning
AI subset where systems learn patterns from data