How to set the range for hyperparameter search space for Support Vector Ordinal Regression
I’m using Support Vector Ordinal Regression for a project and tuning:
- Regularization strength
- Formulation (EXC/IMC)
- Kernel type (linear/RBF)
How do you usually determine the search space for these hyperparameters?