Q&A
- Can you explore the distribution of a categorical variable with bar charts? Explain.
- Explain the confusion matrix and the terms true positive, true negative, false positive, and false negative.
- What is precision? Explain by giving a practical example.
- What is recall? Explain by giving a practical example.
- What's the difference between accuracy and F1 score? When would you use F1 over accuracy?
- What does "1" in the F1 score mean? Can this number be altered? What happens in that scenario?
- During training, does TPOT output the value of your scoring metric for the train set or the test set? Explain.