avocado.Dataset.write_raw_features

Dataset.write_raw_features(tag=None, **kwargs)

Write the raw features out to disk.

The features will be stored in the features directory using the dataset’s name and the given features tag.

Parameters:
  • tag (str (optional)) – The tag for this version of the features. By default, this will use settings[‘features_tag’].
  • **kwargs – Additional arguments to be passed to utils.write_dataframe