Skip to content

[sklearn]

Scikit-Learn models interfacing tools.

Due to the variety of model classes provided by scikit-learn and to the way their learning process is implemented, model-specific interfaces are required for declearn compatibility.

This module exposes the following classes:

  • NumpyVector: Vector subclass to wrap numpy.ndarray objects.
  • SklearnSGDModel: Model subclass interfacing SGD-based linear models.