MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / fit

Method fit

python/thundersvm/thundersvm.py:527–528  ·  view source on GitHub ↗
(self, X, y=None)

Source from the content-addressed store, hash-verified

525 )
526
527 def fit(self, X, y=None):
528 super(OneClassSVM, self).fit(X, np.ones(_num_samples(X)))
529
530
531class SVR(SvmModel, RegressorMixin):

Callers

nothing calls this directly

Calls 1

fitMethod · 0.45

Tested by

no test coverage detected