You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
Could not find column 'Probability' exception is thrown when transforming input data with model trained with NaiveBayes MultiClassClassification trainer.
Expected behavior
Similar to other trainers, Probability column representing probability for predicted label or array of probabilities representing probability for every label should be present in output of transformation.