Ask Your Question

Revision history [back]

click to hide/show revision 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)

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)

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)