mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-15 15:36:01 +00:00
Commit Inicial
This commit is contained in:
11
report.py
Normal file
11
report.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import sys
|
||||
from experimentation.Sets import Datasets
|
||||
|
||||
set_name = "aaai"
|
||||
if len(sys.argv) > 1:
|
||||
set_name = sys.argv[1]
|
||||
if set_name != "aaai" and set_name != "tanveer":
|
||||
print("First parameter has to be one of: {aaai, tanveer}")
|
||||
exit(1)
|
||||
datasets = Datasets(False, False, set_name)
|
||||
datasets.report()
|
Reference in New Issue
Block a user