This class could be responsible for merging/splitting SingleSet objects. Therefore, it should embed load_all_datasets_and_explore_them() and the functions implemented in data_loader.py.
Instance variables for the DataSet class could be:
This class didn't make sense to exist because was containing only static methods. All the methods it was implementing are now utilities functions inside preprocessing.py.
This class could be responsible for merging/splitting
SingleSet
objects. Therefore, it should embedload_all_datasets_and_explore_them()
and the functions implemented in data_loader.py.Instance variables for the DataSet class could be:
SingleSet
object)SingleSet
object)SingleSet
object)