Regression
How to log your model schema for regression models
Last updated
Was this helpful?
How to log your model schema for regression models
Last updated
Was this helpful?
Regression models have a continuous, numeric output. (Examples: click-through rates, sales forecasting, customer lifetime value, ETA models, etc.)
MAPE, MAE, RMSE, MSE, R-Squared, Mean Error
Allowed Metric Families: Regression
Click here for all valid model types and metric combinations.
Prediction Label: The numeric value of the prediction (float | int)
Actual Label: The numeric value of the actual (float | int)