🎴 Flashcard Mode
Machine Learning Decision Trees
Card1 / 15
Mastered0
Review0
QuestionClick to flip
What is a decision tree in machine learning?
AnswerClick to flip back
A
A supervised learning model that uses a tree-like structure to make decisions.
💡 Explanation:
A decision tree is a supervised learning model that uses a tree-like structure to make decisions. It starts with a root node, which represents the entire dataset. Each internal node represents a decision, and each leaf node represents a class label or a continuous value.