Decision tree Flashcards
(5 cards)
What is a Decision Tree in machine learning?
A decision tree is a flowchart like model to use for decision making and prediction
What is a feature in decision tree?
A feature is an individual measurable property or characteristic of the data used to split the dataset at each decision node
What is a “Threshold” or “split value” in decision tree
It the value used to divide data at a node, deciding how to separate data into difference branches
What is the purpose of selection the best feature when building a decision tree
To maximise information and to reduce costs making the tree more accurate and efficient in data
Give an example of how a decision tree might be used
In a loan, a decision tree might check the customer credit score and income to decide wheater to approve the loan.