-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Thanks for your excellent work! It really helped me a lot.
Recently, I have also been focusing on issues in this area (Multi-dimensional Root Causes Analysis), and as you mentioned:
In practice, I found that the most difficult step is to get accurate forecasting values for all leaf elements. Since these are usually quite fine-grained, they don't actually have much data and any forecasts are often inaccurate. This can skew the results.
I've also found it very difficult to get the forecast value of all leaves, in particular, certain combinations have only a small number of values or are almost 0, is there any suitable forecasting method worth recommending in this case?
Or have you tried using the RiskLoc algorithm in a real industrial scenario, and if so, can you share what forecasting method you used in this case?