avocado.Dataset.get_predictions_path¶
-
Dataset.get_predictions_path(classifier=None)¶ Return the path to where the predicitons for this dataset for a given classifier should lie on disk.
Parameters: classifier (str or Classifier(optional)) – The classifier to load predictions from. This can be either an instance of aClassifier, or the name of a classifier. By default, the stored classifier is used.