Get Started
Installation
Dataset
Transform
Models
Metrics
Pipeline
Analysis
Backtest
AutoTS
Ensemble
API
A decorator, used for ensuring that the parameter of the wrapped function is a 2-dimentional tensor so that it fits sklearn.metrics.
func (Callable[..., float]) – Core function.
Wrapped core function.
Callable[…, float]