Spaces:
Build error
Build error
Andrea Maldonado commited on
Commit ·
6d2ed58
1
Parent(s): b21619c
Adds missing data and todos
Browse files
gedi/features.py
CHANGED
|
@@ -102,6 +102,7 @@ class EventDataFeatures(EventLogFile):
|
|
| 102 |
print(f"SUCCESS: EventDataFeatures loaded features from {self.filepath}")
|
| 103 |
elif isinstance(self.filename, list): # Computes features for list of .xes files
|
| 104 |
combined_features=pd.DataFrame()
|
|
|
|
| 105 |
if self.filename[0].endswith(".json"):
|
| 106 |
self.filename = [ filename for filename in self.filename if filename.endswith(".json")]
|
| 107 |
dfs = []
|
|
|
|
| 102 |
print(f"SUCCESS: EventDataFeatures loaded features from {self.filepath}")
|
| 103 |
elif isinstance(self.filename, list): # Computes features for list of .xes files
|
| 104 |
combined_features=pd.DataFrame()
|
| 105 |
+
#TODO: Fix IndexError when running config_files/experiment_real_targets.json
|
| 106 |
if self.filename[0].endswith(".json"):
|
| 107 |
self.filename = [ filename for filename in self.filename if filename.endswith(".json")]
|
| 108 |
dfs = []
|
output/features/generated/2_bpic_features/2_ense_enseef_feat.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epa_normalized_sequence_entropy,epa_normalized_sequence_entropy_exponential_forgetting,log,target_similarity
|
| 2 |
+
0.558311355201429,0.23270172523246102,genELCoSeLoG_WABO_1_06016_03763,0.8696041145792931
|
| 3 |
+
0.547597168193871,0.22387845232743803,genELSepsis_Cases_Event_Log_05223_02995,0.92615629433589
|