You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constructor. You can set several named parameters:
248
252
@@ -272,6 +276,10 @@ Epsilon in loss function of SVR (C<-p>.)
272
276
273
277
Nu parameter of one-class SVM (C<-n>.)
274
278
279
+
=itemrecalculate_weights
280
+
281
+
Whether to recalculate weights. This option is only valid for dual solvers for L2-regularized L1/L2-loss SVM (L2R_L1LOSS_SVC_DUAL / L2R_L2LOSS_SVC_DUAL).
282
+
275
283
=itemregularize_bias
276
284
277
285
Whether to regularize the bias term (C<-R>, negated.)
0 commit comments