An Optimization Problem
Model tuning is the systematic modification of model parameters to identify the most performant model. Model tuning presents itself as an optimization problem. Depending on the model and target variable, various performance indicators can be selected as optimization targets, such as:
- Continuous target variable
- Root Mean Squared Error (RMSE)
- R-Squared
- Loss function
- Mean Absolute Percentage Error (MAPE)
- Discrete target variable
- Accuracy
- Sensitivity
- Specificity
- Precision
- F1-Score
- Kappa
- Area under Curve (AUC)
