Skip to main content

Questions tagged [anomaly]

0 votes
0 answers
55 views

I'm working on anomaly detection in timeseries data, and need to add synthetic anomalies to existing timeseries data (in order to test anomaly detection algorithms). I can do this by running a ...
phhu's user avatar
  • 101
0 votes
2 answers
693 views

Need help. Especially those knowledgeable in weather systems/meteorology. Best approach in detecting and predicting faulty weather sensors and their failures based on their readings alone? I'm doing a ...
noob101's user avatar
0 votes
1 answer
442 views

Looking for some advice. I am working on an Anomaly detection problem, I am looking at parcels being transported from A-B and want to identify which parcels are considered anomalies for given routes. ...
darren's user avatar
  • 1
0 votes
0 answers
44 views

[I am a total beginner in machine learning algorithms] I have 10 spectrograms (lines) for phytoplankton (each composed of 288 points). Each spectrogram is associated with a phytoplankton dendity data ...
Marianne's user avatar
1 vote
1 answer
34 views

Let's say we have a bunch of matrices that we know are non-anomalous. We now receive a new matrix and want to know if it belongs into the group or is way off. Is there a way to do that? I'm thinking ...
TheDataScientist101's user avatar
0 votes
0 answers
37 views

I would like to create an anomaly detection model that assigns a probability of risk instead of labels (1 or 0). My problem is that I only know for sure which records are anomalous but not which are ...
nameguest's user avatar
0 votes
1 answer
93 views

I was wondering, if I have a dataset with categorical and numerical data and labels such as 1 or 0 that shows if a row is anomalous or normal respectively. Is it possible to create somehow a model ...
nameguest's user avatar
0 votes
1 answer
176 views

Often the hardest part of solving an Anomaly Detection problem can be finding the right technique for the job. Different Anomaly techniques are better suited for different types of data and different ...
Pluviophile's user avatar
  • 4,323
1 vote
1 answer
166 views

I have a dataset with 5 features corresponding to 5 sensors that measure each three seconds the state of an accelerator. It is structured as well: ...
Fabio's user avatar
  • 53
1 vote
2 answers
188 views

I am using Isolation Forests for Anomaly Detection. Say, my set has 10 variables, var1, var2, ..., var10, and I found an anomaly. Can I rank the 10 variables var1, var2, ..., var10 in such a way I can ...
user's user avatar
  • 2,043
0 votes
1 answer
72 views

This time series contains some time frame which each of them are 8K (frequencies)*151 (time samples) in 0.5 sec [overall 1.2288 millions samples per half a second) I need to find anomalous based on ...
user10296606's user avatar
  • 1,906
0 votes
0 answers
446 views

I think the slides are bit unclear on what they want to say. Can someone elaborate this with example.
achhainsan's user avatar
3 votes
1 answer
131 views

How to test unsupervised learning methods for anomaly detection? I am looking for a test strategy to evaluate my result of my anomaly detection technique? what is your offer more than evaluate with ...
user10296606's user avatar
  • 1,906
1 vote
1 answer
165 views

If the ratio of abnormal data is about 1 to 10,000 normal data, even if the true negative rate is 99%, there will be 100 false positive data, and the precision( TP/(TP+FP) ) will be low. If this kind ...
pie's user avatar
  • 111
3 votes
1 answer
302 views

I have an issue of machine learning/anomaly detection. Indeed, I have a variable Y and several other variables X. The purpose is to quantify the degree of abnormality of the data on Y but I have to ...
AdrienC's user avatar
  • 31

15 30 50 per page