Multidimensional_root_cause_analysis icon indicating copy to clipboard operation
Multidimensional_root_cause_analysis copied to clipboard

数据集测试不符合预期

Open c625473164 opened this issue 4 years ago • 0 comments

row_name = ['Mobile', 'Unicom'] column_name = ['Beijing', 'Shanghai', 'Guangzhou'] forecast = [[20, 15, 10, 45], [10, 25, 20, 55], [30, 40, 30, 100]] real = [[14, 15, 10, 39], [7, 25, 20, 52], [21, 40, 30, 91]]

您好,感谢提供算法的实现,我在这个数据集上测试,得出的结果是[["Mobile", "Beijing"]],但其实[["Unicom", "Beijing"]]也有下降,并且从比例上看两者是一样的

c625473164 avatar Jul 16 '21 07:07 c625473164