Dataset properties
You can use Dataset properties to document the unique qualities, features, or characteristics of a dataset. These properties can be added as a dictionary when logging the dataset or after it's created.
Properties are optional and work with Dataset.origin
, Dataset.clean
and Dataset.modeling
by assigning to the properties parameter, as shown below:
You can also update or add dataset properties after a dataset has been logged. You must re-log your dataset to an iteration to save your updated dataset properties.
Last updated