dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.02k stars 1.88k forks source link

Unexpected anomalies detected #5516

Open nnoradie opened 3 years ago

nnoradie commented 3 years ago

System information

Issue

Source code / logs

testdata.zip

Contents:

  1. odd_anomalies_data.csv (input)
  2. test_date_out.csv (anomaly detection results using code here with edited options below)

image

Please paste or attach the code or logs or traces that would be helpful to diagnose the issue you are reporting.

antoniovs1029 commented 3 years ago

@guinao @lisahua is this related to the changes introduced in #5502 ?

lisahua commented 3 years ago

We verified this issue is not fixed by #5502 unfortunately.

guinao commented 3 years ago

We are investigating this case.

guinao commented 3 years ago

https://github.com/dotnet/machinelearning/pull/5579 created this PR to address the issue, please help review. @lisahua @nnoradie @antoniovs1029