bigframes.ml.forecasting.ARIMAPlus.detect_anomalies#

ARIMAPlus.detect_anomalies(X: DataFrame | Series | DataFrame | Series, *, anomaly_prob_threshold: float = 0.95) DataFrame[source]#

Detect the anomaly data points of the input.

Parameters:
Returns:

Detected DataFrame.

Return type:

bigframes.dataframe.DataFrame