├── CITATION.cff ├── Dataset Creation ├── Active_Power.mat ├── Create_network.m ├── Generate_Fault_Data.m ├── LV_grid.slx ├── README.md ├── simulation_main.m └── unique_val.m ├── FLITC applications ├── README.md ├── branch_train_best_model_DMDCWT.py ├── distance_train_best_models_DMDCWT.py ├── fault_train_best_models_DMDCWT.py ├── feeder_train_best_models_CWT.py └── run_best_models.py ├── Hyperparameter Tuning ├── Branch_HyperOpt_DMDCWT_1_not_full_v2.py ├── Branch_HyperOpt_DMDCWT_2_not_full_v2.py ├── Branch_HyperOpt_DMDCWT_3_not_full_v1.py ├── CWT.py ├── DMD.py ├── Dataset_Parser.py ├── Distance_HyperOpt_DMDCWT_not_full_v1.py ├── Fault_HyperOpt_DMDCWT_not_full_v2.py ├── Feeder_HyperOpt_CWT_not_full_v1.py ├── README.md ├── class_encoding.py ├── create_topology.py ├── preprocessing_stage.py ├── reduce_branch_dataset.py ├── reduce_fault_class.py ├── rescale_data.py ├── sort_branches.py ├── sort_classes.py ├── sort_distances.py └── sort_metadata.py ├── LICENSE └── README.md /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/CITATION.cff -------------------------------------------------------------------------------- /Dataset Creation/Active_Power.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Dataset Creation/Active_Power.mat -------------------------------------------------------------------------------- /Dataset Creation/Create_network.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Dataset Creation/Create_network.m -------------------------------------------------------------------------------- /Dataset Creation/Generate_Fault_Data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Dataset Creation/Generate_Fault_Data.m -------------------------------------------------------------------------------- /Dataset Creation/LV_grid.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Dataset Creation/LV_grid.slx -------------------------------------------------------------------------------- /Dataset Creation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Dataset Creation/README.md -------------------------------------------------------------------------------- /Dataset Creation/simulation_main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Dataset Creation/simulation_main.m -------------------------------------------------------------------------------- /Dataset Creation/unique_val.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Dataset Creation/unique_val.m -------------------------------------------------------------------------------- /FLITC applications/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/FLITC applications/README.md -------------------------------------------------------------------------------- /FLITC applications/branch_train_best_model_DMDCWT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/FLITC applications/branch_train_best_model_DMDCWT.py -------------------------------------------------------------------------------- /FLITC applications/distance_train_best_models_DMDCWT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/FLITC applications/distance_train_best_models_DMDCWT.py -------------------------------------------------------------------------------- /FLITC applications/fault_train_best_models_DMDCWT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/FLITC applications/fault_train_best_models_DMDCWT.py -------------------------------------------------------------------------------- /FLITC applications/feeder_train_best_models_CWT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/FLITC applications/feeder_train_best_models_CWT.py -------------------------------------------------------------------------------- /FLITC applications/run_best_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/FLITC applications/run_best_models.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/Branch_HyperOpt_DMDCWT_1_not_full_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/Branch_HyperOpt_DMDCWT_1_not_full_v2.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/Branch_HyperOpt_DMDCWT_2_not_full_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/Branch_HyperOpt_DMDCWT_2_not_full_v2.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/Branch_HyperOpt_DMDCWT_3_not_full_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/Branch_HyperOpt_DMDCWT_3_not_full_v1.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/CWT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/CWT.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/DMD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/DMD.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/Dataset_Parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/Dataset_Parser.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/Distance_HyperOpt_DMDCWT_not_full_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/Distance_HyperOpt_DMDCWT_not_full_v1.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/Fault_HyperOpt_DMDCWT_not_full_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/Fault_HyperOpt_DMDCWT_not_full_v2.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/Feeder_HyperOpt_CWT_not_full_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/Feeder_HyperOpt_CWT_not_full_v1.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/README.md -------------------------------------------------------------------------------- /Hyperparameter Tuning/class_encoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/class_encoding.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/create_topology.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/create_topology.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/preprocessing_stage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/preprocessing_stage.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/reduce_branch_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/reduce_branch_dataset.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/reduce_fault_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/reduce_fault_class.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/rescale_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/rescale_data.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/sort_branches.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/sort_branches.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/sort_classes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/sort_classes.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/sort_distances.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/sort_distances.py -------------------------------------------------------------------------------- /Hyperparameter Tuning/sort_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/Hyperparameter Tuning/sort_metadata.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombax7/FLITC-application/HEAD/README.md --------------------------------------------------------------------------------