1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to LLMs in Python

Connected

Exercise

Describing metrics

It's never a bad time to revise the definitions of some popular metrics.

The evaluate library has been loaded for you, along with the four classification metrics: accuracy, precision, recall, and f1.

Instructions 1/2

undefined XP
  • 1
    • Print the description for each metric.
  • 2
    • See what data type each metric needs as input.