Edited, memorised or added to reading queue

on 16-Jul-2025 (Wed)

Do you want BuboFlash to help you learning these things? Click here to log in or create user.

Flashcard 7715437546764

Tags
#tensorflow #tensorflow-certificate
Question
F1-score

Combination of precision and [...], ususally a good overall metric for classification models.

Answer
recall

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Parent (intermediate) annotation

Open it
F1-score Combination of precision and recall, ususally a good overall metric for classification models.

Original toplevel document

TfC_02_classification-PART_2
anced classes Precision For imbalanced class problems. Higher precision leads to less false positives. Recall Higher recall leads to less false negatives. Tradeoff between recall and precision. <span>F1-score Combination of precision and recall, ususally a good overall metric for classification models. keyboard_arrow_down Confusion matrix Can be hard to use whith large numbers of classes. y-axis -> true label x-axis -> predicted label # Create confusion metrics from sklearn.metr







#tensorflow #tensorflow-certificate

Three types of classification problems:

  • binary classification
  • multiclass
  • multilabel
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

TfC_02_classification-PART_1
Types of classification problems Three types of classification problems: binary classification multiclass multilabel Multilabel classification - a sample can be assigned to more than one label from more than 2 label options Multiclass classification - a sample can be assigned to one label but from mor