get_anomalies_hist#
- get_anomalies_hist(ts: TSDataset, in_column: str = 'target', bins_number: int = 10) Dict[str, List[Timestamp]] [source]#
Get point outliers in time series using histogram model.
Outliers are all points that, when removed, result in a histogram with a lower approximation error, even with the number of bins less than the number of outliers.