BaşlayınÜcretsiz Başlayın

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.

Bu egzersiz

Introduction to LLMs in Python

kursunun bir parçasıdır
Kursu Görüntüle

Uygulamalı interaktif egzersiz

Bu örnek kodu tamamlayarak bu egzersizi bitirin.

# Obtain a description of each metric
print(accuracy.____)
print(precision.____)
print(recall.____)
print(f1.____)
Kodu Düzenle ve Çalıştır