sample_id_details.json
The sample_id_details.json
is a file that lives alongside the training (train) and validation (test) dataset splits that are used for training a learning block. The information contained in this file may be relevant to you when developing custom learning blocks.
The file contains a list of samples IDs as integers in row order for each dataset. It allows you to map processed features that are passed to your learning block back to the original sample they came from. Note that the same sample ID may appear several times; sample IDs are repeated when there is more than one window created for the sample.
Data directory structure
File structure
File example
Last updated