├── .DS_Store ├── Finals_dataset ├── .DS_Store ├── phase2_ground_truth.hdf.zip └── phase2_train.csv.zip ├── LICENSE ├── Preliminary_dataset ├── test.csv └── train.csv └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetManAIOps/KPI-Anomaly-Detection/HEAD/.DS_Store -------------------------------------------------------------------------------- /Finals_dataset/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetManAIOps/KPI-Anomaly-Detection/HEAD/Finals_dataset/.DS_Store -------------------------------------------------------------------------------- /Finals_dataset/phase2_ground_truth.hdf.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetManAIOps/KPI-Anomaly-Detection/HEAD/Finals_dataset/phase2_ground_truth.hdf.zip -------------------------------------------------------------------------------- /Finals_dataset/phase2_train.csv.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetManAIOps/KPI-Anomaly-Detection/HEAD/Finals_dataset/phase2_train.csv.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetManAIOps/KPI-Anomaly-Detection/HEAD/LICENSE -------------------------------------------------------------------------------- /Preliminary_dataset/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetManAIOps/KPI-Anomaly-Detection/HEAD/Preliminary_dataset/test.csv -------------------------------------------------------------------------------- /Preliminary_dataset/train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetManAIOps/KPI-Anomaly-Detection/HEAD/Preliminary_dataset/train.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NetManAIOps/KPI-Anomaly-Detection/HEAD/README.md --------------------------------------------------------------------------------