Dataset.load
- Dataset.load(n_samples=None, flag_random=False, flag_noerror=True, design_rep_toload=[])[source]
Load the data into the dataset object. There is the option to just load some of the stored stuff. Also, we need to explicitly indicate the design representation to load, if not none are loaded
- Parameters:
n_samples (int, optional, default=None) – Number of samples to load. If None, all samples are loaded.
flag_random (bool, optional, default=False) – Random samples from all the available ones are loaded. If False, the files are used in order.
flag_noerror (bool, optional, default=True) – Only samples with no error on the analysis are loaded.
design_rep_toload (list, optional, default=[]) – List of design representations to load. If empty, none are loaded.