scowan1995 / MultiAgentAI

Assignment 1 for multi agent AI
2 stars 0 forks source link

Create DataSet class #5

Closed simofoti closed 5 years ago

simofoti commented 5 years ago

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:

simofoti commented 5 years ago

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.

Issue was closed with commit # 81bdbf5