conmo.datasets.dataset.Dataset
- class conmo.datasets.dataset.Dataset(name: str)[source]
Abstract base class for a Dataset.
This class is an abstract class from which other subclasses inherit and must not be instanciated directly.
- __init__(name: str) None[source]
Main constructor of the class.
- Parameters
name (str) – The name given to the dataset.
- abstract fetch(out_dir: str) None[source]
Fetch data to feed the pipeline.
- Parameters
out_dir (str) – Directory where the dataset will be stored.
Methods
__init__(name)Main constructor of the class.
Iterable of files included in the dataset.
fetch(out_dir)Fetch data to feed the pipeline.
Check if dataset has been already loaded/downloaded and parsed to package format.
Show starting step info message.