Open lisahua opened 3 years ago
Expecting the highlighted points with higher deviation to be anomalies.
Please assign the issue to: https://github.com/guinao and https://github.com/mengaims
var anomalyDetectorOptions = new SrCnnEntireAnomalyDetectorOptions() { DetectMode = //WithMargin, Sensitivity = 20, DeseasonalityMode = SrCnnDeseasonalityMode.Median, Period = -1, Threshold =0.18, }; anomalyResult = this.mlContext.AnomalyDetection.DetectEntireAnomalyBySrCnn( ... anomalyDetectorOptions);
@guinao can you take a look at this? It is probably related to #5630 as well.
Re-uploading csv file Sales Profit by Year, Quarter, Month and Day.csv
System information
Issue
Expecting the highlighted points with higher deviation to be anomalies.
Please assign the issue to: https://github.com/guinao and https://github.com/mengaims
Source code / logs