A decision tree for that?
Gianna had the opportunity to meet some of her technical heroes at a conference, and of course, she peppered them with questions!
At some point, the conversation centered around a machine learning solution they implemented. Gianna was delighted to hear that they used a decision tree for their solution.
The next day, she was still thinking about the conversation. She didn’t have much machine learning experience but knew enough about decision trees to feel validated. It was fantastic to find out that decision trees are useful!
Which of the following machine learning problems can you solve with a decision tree?
Binary classification problems where you need to decide the correct category for a sample among two possible choices.
Multi-class classification problems where you need to decide the correct category for a sample among multiple choices.
Multi-label classification problems where you need to decide the correct categories for a sample among multiple choices.
Regression problems where you need to predict a continuous output.