avocado.Dataset.load_predictions

Dataset.load_predictions(classifier=None, **kwargs)

Load the predictions for a classifier from disk.

Parameters:classifier (str or Classifier (optional)) – The classifier to load predictions from. This can be either an instance of a Classifier, or the name of a classifier. By default, the stored classifier is used.
Returns:predictions – A pandas Series with the predictions for each class.
Return type:pandas.DataFrame