Classification Report
  • 05 Nov 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Classification Report

  • Dark
    Light
  • PDF

Article summary

The Classification Report presents a concise report of how well the skill version performed at classification. The below-mentioned columns are displayed:

  • Class: Names of different categories the skill tried to predict

  • Precision: For a specific category, out of all the times the skill said something belonged to that category, how many times was it actually correct?

  • Recall: For a specific category, out of all the things that actually belonged to that category, how many did the model correctly identify?

  • F1 Score: A combined score that considers both precision and recall to give a balanced view of how well the skill did for a specific category.

  • Support: The number of examples in the uploaded .csv that actually belonged to a specific category.


Was this article helpful?