Decision Path Explorer Game

Trace every record through branching rules, predict outcomes, inspect confidence, test counterfactuals, and learn exactly how decision trees reach transparent conclusions step by step.

Game setup

Choose a scenario, challenge mode, difficulty, and display detail.

Interactive decision tree

Click a branch label or use the decision buttons.

Current record

Round status

Round 1
Score0points
Timer60seconds
Streak0correct
Accuracy0%branches

Keyboard controls

left branch · right branch

H hint · N new round

+ zoom in · zoom out

Decision path

0 steps

Start the round to reveal each decision.

Prediction explanation

Complete the path to reveal the prediction and explanation.

Counterfactual laboratory

Change features and watch the path respond.

Threshold playground

Tune numerical splits and inspect model changes.

Import and custom records

Load a CSV record or a compatible JSON tree.
Use headers on row one and values on row two.
Expected keys: name, type, features, nodes, records.

Analytics dashboard

Plotly charts update after every completed path.

Learning dashboard


Recommended practice

Complete your first path to receive a recommendation.

Achievements

How to play and learn

1. Inspect the record

Read every feature value. Compare it with the highlighted node condition before choosing a branch.

2. Follow the rules

Choose left when the condition is true. Choose right when the condition is false.

3. Explain the leaf

Describe the rules that were satisfied and connect them to the final class, probability, or regression value.


Decision-tree terms

The root is the first rule. Internal nodes contain later rules. Leaves contain predictions. Impurity measures how mixed a node is. Information gain measures how much a split improves separation.

Interpretation limits

A path explains one tree’s local reasoning. It does not prove causality, guarantee fairness, or show relationships learned by models outside that tree.

Related Calculators

Grow a Decision TreeInformation Gain ChallengeTree Pruning PuzzleRandom Forest BuilderFeature Importance ChallengeTree Depth BalancerGini Impurity Game

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.