Regressor
Regressor is a term used in statistics and machine learning to describe an algorithm, model, or tool that predicts a continuous numerical value. In regression tasks, the goal is to learn the functional relationship between input features (predictors) and a continuous target variable.
Common regressor families include linear regression and its regularized variants (ridge, lasso, elastic net); nonlinear regression
In software libraries, a regressor often refers to an estimator object with fit and predict methods. In
Evaluation typically uses metrics such as mean squared error, root mean squared error, mean absolute error,
Regressors are applied in diverse domains, including finance, engineering, environmental science, and social sciences, for tasks
See also regression analysis, predictive modeling, and regression estimators.