hjhhsy120 / DBPA_dataset

Dataset of DBPA
MIT License
1 stars 0 forks source link

dataset #2

Open YuanPeize opened 5 months ago

YuanPeize commented 5 months ago

提供的数据集pickle pandas读进来 有的是两列 有的是三列,为什么?第二列是什么含义? res

hjhhsy120 commented 5 months ago

提供的数据集pickle pandas读进来 有的是两列 有的是三列,为什么?第二列是什么含义? res

有些故障的实现方式是注入异常查询,对应数据有3列,第2列表示注入开始/结束时间。有些故障的实现方式则是修改配置参数,对应数据就只有2列。可参考 https://github.com/hjhhsy120/DBPA/blob/main/evaluation/dataset.py 其中的load_files函数。