Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
6ec98ef
1
Parent(s):
eb1212c
Tests FE also for n_variants
Browse files
config_files/pipeline_steps/feature_extraction.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
{
|
3 |
"pipeline_step": "feature_extraction",
|
4 |
"input_path": "data/test",
|
5 |
-
"feature_params": {"feature_set":["
|
6 |
"output_path": "output/plots",
|
7 |
"real_eventlog_path": "data/BaselineED_feat.csv",
|
8 |
"plot_type": "boxplot",
|
|
|
2 |
{
|
3 |
"pipeline_step": "feature_extraction",
|
4 |
"input_path": "data/test",
|
5 |
+
"feature_params": {"feature_set":["n_variants", "ratio_most_common_variant", "ratio_top_10_variants", "epa_normalized_variant_entropy", "epa_normalized_sequence_entropy", "epa_normalized_sequence_entropy_linear_forgetting", "epa_normalized_sequence_entropy_exponential_forgetting"]},
|
6 |
"output_path": "output/plots",
|
7 |
"real_eventlog_path": "data/BaselineED_feat.csv",
|
8 |
"plot_type": "boxplot",
|
data/validation/test_feat.csv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
log,ratio_most_common_variant,ratio_top_10_variants,epa_normalized_variant_entropy,epa_normalized_sequence_entropy,epa_normalized_sequence_entropy_linear_forgetting,epa_normalized_sequence_entropy_exponential_forgetting
|
2 |
-
gen_el_168,0.13580246913580246,0.5709876543209876,0.6920749183939835,0.6241163465815115,0.06011912975523125,0.2577500062839078
|
3 |
-
gen_el_169,0.25813692480359146,0.6846240179573513,0.6517697077716751,0.4929433574247866,0.06332152226023505,0.21109493857555106
|
|
|
1 |
+
log,n_variants,ratio_most_common_variant,ratio_top_10_variants,epa_normalized_variant_entropy,epa_normalized_sequence_entropy,epa_normalized_sequence_entropy_linear_forgetting,epa_normalized_sequence_entropy_exponential_forgetting
|
2 |
+
gen_el_168,143,0.13580246913580246,0.5709876543209876,0.6920749183939835,0.6241163465815115,0.06011912975523125,0.2577500062839078
|
3 |
+
gen_el_169,281,0.25813692480359146,0.6846240179573513,0.6517697077716751,0.4929433574247866,0.06332152226023505,0.21109493857555106
|