scikit-learn anomaly wrappers.
ANOMALY table in specs. Registered under sklearn. hub keys, mirroring the native TuiML anomaly family.Classes
scikit-learn EllipticEnvelope (hub key sklearn.EllipticEnvelope).
EllipticEnvelope. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )
scikit-learn IsolationForest (hub key sklearn.IsolationForest).
Wraps IsolationForest. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: n_estimators, contamination, random_state.
__init__( self, **params, )
scikit-learn LocalOutlierFactor (hub key sklearn.LocalOutlierFactor).
Wraps LocalOutlierFactor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: n_neighbors, contamination.
__init__( self, **params, )
scikit-learn OneClassSVM (hub key sklearn.OneClassSVM).
Wraps OneClassSVM. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: kernel, nu, gamma.
__init__( self, **params, )
scikit-learn SGDOneClassSVM (hub key sklearn.SGDOneClassSVM).
SGDOneClassSVM. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.__init__( self, **params, )