1 | initial version |
that's entirely ok, because the only params the RBF kernel uses is gamma and C
(trainAuto() resets your param grids in such a way, it won't waste any computation time on unneeded things)
2 | No.2 Revision |
that's entirely ok, because the only params the RBF kernel uses (with C_SVC) is gamma and C
(nu will only get changed, if you wanted NU_SVC instead of C_SVC)
(trainAuto() resets your param grids in such a way, it won't waste any computation time on unneeded things)
3 | No.3 Revision |
that's entirely ok, and also "on-purpose", because the only params the RBF kernel uses (with C_SVC) is gamma and C
(nu will only get changed, if you wanted NU_SVC instead of C_SVC)
(trainAuto() resets your param grids in such a way, it won't waste any computation time on unneeded things)