MVE#

class capymoa.uncertainty.MVE[source]#

Bases: MOAPredictionIntervalLearner

__init__(
schema=None,
CLI=None,
random_seed=1,
base_learner=None,
confidence_level=0.95,
)[source]#
cli_help()[source]#
classmethod from_params(
schema: Any = None,
params: dict[str, Any] | None = None,
random_seed: int = 1,
) → Any[source]#

Construct an instance from parameters produced by get_params.

get_params() → dict[str, Any][source]#

Return the hyper-parameters captured from the constructor.

predict(instance)[source]#
train(instance)[source]#