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). |