Skip to content

SklearnModel

SklearnModel

Wrapper for trained scikit-learn model.

This class wraps a trained scikit-learn estimator instance to provide a consistent interface within the factrainer framework.

Attributes:

Name Type Description
estimator Predictable | ProbPredictable

The trained scikit-learn estimator instance.

Attributes

estimator instance-attribute

estimator: Predictable | ProbPredictable