Esc
Ask AIAnswers may be inaccurate; check the linked pages.Esc
Ask anything about these docs, like how to get started or what a function does.

ConformalIntervals

conformal_intervals.ConformalIntervals

A class for validating and containing the parameters for model cross validation.

__init__(self, n_windows: int = 2, h: int = 1, method: str = 'conformal_distribution')

Parameter Type Default Description
n_windows int 2 (undocumented)
h int 1 (undocumented)
method str 'conformal_distribution' (undocumented)
Raises: ValueError (if n_windows < 2).