Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
Description
The new DatasetLoader class found in dataset_loader.py was designed to do the following:
1) Unify the loader functions for each data source in one module.
2) Greatly simplify the process of parsing input from configuration files into the loaders.
3) Allow users to easily load datasets from many different data sources in a single evaluation run.
The unit tests I have written can test some of this functionality, but it is now time to put it into practice. This means updating the configuration files and the associated evaluation scripts (eg run_RCMES.py).
Attachments
Issue Links
- links to