-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
It seems that the current open-sourced code only uses metrics data.
Lines 135 to 138 in 6af507a
| # prepare input paths | |
| data_paths = list(glob.glob(os.path.join(dataset, "**/data.csv"), recursive=True)) | |
| if not data_paths: | |
| data_paths = list(glob.glob(os.path.join(dataset, "**/simple_metrics.csv"), recursive=True)) |
Since RCAEval 1.0 mentions multi-source RCA, is there any guide for benchmark?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels