Datasets
Standard Dataset
Dataset for Training and Testing Data-driven Security Assessment of the IEEE ELVTN
- Citation Author(s):
- Submitted by:
- Juan Cuenca Silva
- Last updated:
- Thu, 10/24/2024 - 03:07
- DOI:
- 10.21227/cdvv-6r58
- Data Format:
- Research Article Link:
- License:
- Categories:
- Keywords:
Abstract
This repository contains the datasets produced using different data generation strategies to train data driven models (e.g., decision trees, gradient tree boosting, and deep neural networks), and to evaluate their performances. The data generation strategies are described, and the results are presented in the conference paper: "Training Data Generation Strategies for Data-driven Security Assessment of Low Voltage Smart Grids" J. Cuenca, E. Aldea, E. Le Guern-Dall'o, R. Féraud, G. Camilleri, and A. Blavette. IEEE ISGT EU 2024, Dubrovnik, Croatia, Oct 2024. Each operational point (rows in "input_injections_kW.csv") is the active power injection associated to each node of the IEEE European Low Voltage Test Network, and the security assessment performed using a balanced version of the network in OpenDSS (binary values in "output_classification_notsafe.csv" where 1 is label "not safe", and 0 is "safe"). Each subfolder includes one million operational points generated using a different strategy as described in the paper. These datasets are provided for replicability.
Follow the instructions in the code repository: https://gitlab.com/satie.sete/training-data-gen-for-data-driven-security...
These datasets allow you to skip the long data generation step in the first master jupyter notebook (n1). These can simply be included in the folder "/ISGT_EU_2024/Datasets" to proceed with jupyter notebook (n2) "2_Master_ModelBenchmark.ipynb".