scikit-learn neighbors wrappers.
NEIGHBORS table in specs. Registered under sklearn. hub keys, mirroring the native TuiML neighbors family.Classes
scikit-learn KNeighborsClassifier (hub key sklearn.KNeighborsClassifier).
Wraps KNeighborsClassifier. 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, weights, metric.
__init__( self, **params, )
scikit-learn NearestCentroid (hub key sklearn.NearestCentroid).
NearestCentroid. 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, )
class sklearn.neighbors.RadiusNeighborsClassifier(_SklearnBackedMixin, Classifier)
scikit-learn RadiusNeighborsClassifier (hub key sklearn.RadiusNeighborsClassifier).
RadiusNeighborsClassifier. 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 KNeighborsRegressor (hub key sklearn.KNeighborsRegressor).
Wraps KNeighborsRegressor. 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, weights, metric.
__init__( self, **params, )
class sklearn.neighbors.RadiusNeighborsRegressor(_SklearnBackedMixin, Regressor)
scikit-learn RadiusNeighborsRegressor (hub key sklearn.RadiusNeighborsRegressor).
RadiusNeighborsRegressor. 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, )
class sklearn.neighbors.KNeighborsTransformer(_SklearnTransformerMixin, Transformer)
scikit-learn KNeighborsTransformer (hub key sklearn.KNeighborsTransformer).
KNeighborsTransformer. 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, )
class sklearn.neighbors.NeighborhoodComponentsAnalysis(_SklearnTransformerMixin, Transformer)
scikit-learn NeighborhoodComponentsAnalysis (hub key sklearn.NeighborhoodComponentsAnalysis).
NeighborhoodComponentsAnalysis. 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, )
class sklearn.neighbors.RadiusNeighborsTransformer(_SklearnTransformerMixin, Transformer)
scikit-learn RadiusNeighborsTransformer (hub key sklearn.RadiusNeighborsTransformer).
RadiusNeighborsTransformer. 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, )