How to check the optimal epsilon of SVM using Auto Model?
Joanneyu
New Altair Community Member
Dear members,
I wonder is there any way to check the optimal epsilon of SVM by using Auto Model?
I have been looking for it... but I only see gamma and cost.
Thank you
I wonder is there any way to check the optimal epsilon of SVM by using Auto Model?
I have been looking for it... but I only see gamma and cost.
Thank you
Tagged:
1
Answers
-
Hello @Joanneyu
I can only see that the optimal parameters used in SVM are C and Gamma in auto model. If you want to add epsilon, please follow the below steps.
You can open the SVM process in auto model by clicking "open process" and go to "Train model" subprocess present in (2) - FEATURE ENGINEERING & MODELING. If you double click that, you can see there is an "Optimize?" subprocess. There is a "Final Optimal Parameter" (optimize parameter(grid)) operator, you can edit the parameter setting and include "epsilon" by selecting Model PO (SVM) and epsilon and give the values that need to be checked.
You can save the process and run it to get optimal values of the parameters.5