4. Binary Classification

Question 5 of 10

What happens to the recall?

You have built a binary classification model to predict if a tree in a forest is sick or healthy. A prediction with an output value of 1.0 means that the model is 100% confident that a tree is healthy.

Your tree prediction model has a precision of 0.4. You are not happy with this value and decide to raise it by changing the threshold.

What happens to the recall?

Choose the correct answer from the options below.

Next Question