File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,13 @@ The study data is public at
9
9
10
10
11
11
## Implementation Code
12
+
13
+ The experiment workflow is controlled via the Makefile. The input and output of each step can be referred to the Makefile
14
+
12
15
- ` run_selecting_features.py ` : Feature selection
13
16
- ` run_anomaly_detection_invo.py ` : Anomaly detection based on the useful features
14
17
- ` run_localization_association_rule_mining_20210516.py ` : Root-cause service ocalization
15
-
16
- The experiment workflow is controlled via the Makefile. The input and output of each step can be referred to the Makefile
18
+ - ` prepare_train_file_tmp.py ` is used to split the dataset into train and test datasets. Note that this step is not included in the Makefile.
17
19
18
20
19
21
[ Presentation Video] ( https://www.bilibili.com/video/BV14b4y1C7rQ/ )
You can’t perform that action at this time.
0 commit comments