Split Datasets class from Experiments

This commit is contained in:
2022-10-24 18:21:08 +02:00
parent 12024df4d8
commit e15ab3dcab
15 changed files with 127 additions and 94 deletions

View File

@@ -7,7 +7,8 @@ import shutil
import subprocess
import xlsxwriter
import numpy as np
from .Experiments import Datasets, BestResults
from .Experiments import BestResults
from .Datasets import Datasets
from .Utils import (
Folders,
Files,