CareerPrep Hub
Technical Beginner
1 min read Beginner Updated Jul 05, 2026

Machine Learning

Question

What is a Decision Tree?

Answer

A Decision Tree is a flowchart-like model that makes decisions by asking a sequence of questions.

Example:

Is income > ₹50,000?

→ Yes

Is age > 30?

→ Approve Loan

Each decision narrows down the possibilities until a final prediction is made.

Advantages:

  1. Easy to understand
  2. Easy to visualize
  3. Requires little data preprocessing


More Machine Learning questions

Ad · sticky_mobile · configure adsense in Site Settings