Dataset properties
You can use Dataset properties to capture the attributes of a dataset that describe its inherent qualities, features, or characteristics. Properties will be added as a dictionary as you log the dataset or after the dataset has been created.
Properties are optional and work with Dataset.origin
, Dataset.clean
and Dataset.modeling
by assigning to the properties parameter while logging your dataset, as shown in the example 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.