Closed kiudee closed 4 years ago
get_train_test_datasets
is marked as abstract in DatasetReader
and is not overriden in ChoiceDatasetGenerator
(or its superclass SyntheticDatasetGenerator
).
DatasetReader
does provide a default implementaiton for it though, based on the splitter
function which is implemented in SyntheticDatasetGenerator
. So it should be sufficient to just remove the abstractmethod
marker for get_train_test_datasets
.
Trying to instantiate the ChoiceDatasetGenerator as described in our tutorial:
fails with the error: