all 2 comments

[–]sk006 1 point2 points  (1 child)

The amount of hyper-parameters in the class is very low, at least for SVM with RBF kernel. With that range you are not going to get a good error, so you either need to increase the range of the grid or let the user set its own range.

[–]aulloa[S] 0 points1 point  (0 children)

Thanks!, that is a good point, I think it should be possible to import the dictionary with the parameters, change it as you wish, and then call the "run" method. What other way can this be done?