Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Outlier Distance n
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
Hi Dennis, unfortunately there isn't a simple one-size-fits-all answer to the question of outlier detection. It is very contextual to your dataset. So here are a few ideas:
- In the standard outlier detection operator, you can try setting the threshold for outliers at 5, and then visually examine the outliers that it selects. Ask yourself, are these examples really outliers in the context of my dataset? Then try changing the threshold again (either up or down) and seeing what examples are added or subtracted. Sometimes this will help get a sense of the appropriate threshold.
- You should download the free anomaly detection extension from the marketplace. This contains operators that do not require you to specify in advance how many outliers there should be. You can then look at multiple methods of identifying outliers based on similarity measures. If you don't have too many attributes, then the histogram-based outlier score (HBOS) is a very useful one. If you have too many attributes, you will be better off with a nearest-neighbor approach such as the local outlier factor (LOF) approach.
I hope this is helpful.
Regards,
1
Answers
Hey Telecontar120,
thanks for your great suggestions! I will test them!
Regards,
dennis