dotnet / dotnet/machinelearning

Anomaly detection on rainfall data

Open
#6,051 2 comments 0 reactions 0 assignees View on GitHub
area-TimeSeries question
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

Not exactly a feature request but a 'is it possible' type question.
If so any ideas on the direction to implement.

Have data for various locations with differing length of records. All locations would have differing seasonality and intensities (very different distributions).
Looking at updating/inserting records and wish to highlight possible anomalies.
The anomalies could be cause by error in the recording process and may need further investigation. (calibration data, typing error, etc)

Have had a look at DetectAnomalyBySrCnn and not sure if I implemented it correctly.
Once I Fit the data and create the TimeSeriesEngine and use Predict I get a zero values in the resultant vector.
If I run the training data through the Predict function I get results that look promising. However the data appears to be added to the engine and skews further tests. (after I've used known bad data the predict gives different result next time)

Am I barking up the correct tree?
If so any suggestions in the direction I should proceed?

I know this is a big ask, thanks for any help.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.