Skip to content

convert_sklearn_to_river

Wraps a scikit-learn estimator to make it compatible with river.

Parameters

  • estimator ('sklearn_base.BaseEstimator')

  • classes ('list') – defaults to None

    Class names necessary for classifiers.