Skip to content

Instantly share code, notes, and snippets.

@kcc-lion
kcc-lion / gist:9d77bf0820db0ccac114e8933295200e
Created September 25, 2022 10:35
potential bug with fh for in-sample prediction with forecasters that require fh in fit.
# -*- coding: utf-8 -*-
# copyright: sktime developers, BSD-3-Clause License (see LICENSE file)
"""Implements the probabilistic Squaring Residuals forecaster."""
__all__ = ["SquaringResiduals"]
__author__ = ["kcc-lion"]
from warnings import warn
import pandas as pd