predictor#
Prediction model interfaces and base classes.
This module provides abstract base classes for implementing prediction models with state management capabilities. Predictors follow the scikit-learn pattern with separate fit and predict phases, and support serialization through the Stateful interface.
Classes#
Abstract base class for batch prediction models. |
|
|
Base configuration for model hyperparameters. |
Abstract base class for prediction models. |