mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-15 15:36:01 +00:00
Add 10 random seeds run in crossval
Add testwodt comparison
This commit is contained in:
@@ -117,7 +117,7 @@ if dataset == "all":
|
||||
)
|
||||
print(f"5 Fold Cross Validation with 10 random seeds {random_seeds}")
|
||||
for dataset in dt:
|
||||
print(f"- {dataset[0]:20s} ", end="")
|
||||
print(f"- {dataset[0]:30s} ", end="")
|
||||
scores = process_dataset(dataset[0], verbose=False)
|
||||
print(f"{np.mean(scores):6.4f}±{np.std(scores):6.4f}")
|
||||
else:
|
||||
|
Reference in New Issue
Block a user