Update results
This commit is contained in:
@@ -43,7 +43,7 @@ for line in lines:
|
||||
output = {}
|
||||
output["score_name"] = "accuracy"
|
||||
output["title"] = "PBC4cip Ensemble execution"
|
||||
output["model"] = "pbc4cip"
|
||||
output["model"] = "PBC4cip"
|
||||
output["version"] = "1.0"
|
||||
output["stratified"] = True
|
||||
output["folds"] = 5
|
||||
@@ -58,7 +58,7 @@ output["discretization_algorithm"] = "mdlp"
|
||||
output["smooth_strategy"] = "ORIGINAL"
|
||||
output["discretized"] = False
|
||||
output["results"] = results
|
||||
file_name = "results_accuracy_pbc4cip_HugeFedora_2024-12-23_17:10:00_1.json"
|
||||
file_name = "results_accuracy_PBC4cip_HugeFedora_2024-12-23_17:10:00_1.json"
|
||||
with open(file_name, "w") as f:
|
||||
json.dump(output, f)
|
||||
print(f"File {file_name} created.")
|
||||
|
Reference in New Issue
Block a user