Logo

Decision Tree Demo

AIO2025: Module 03.

๐ŸŒณ How to Use: Select data โ†’ Configure target โ†’ Set tree parameters โ†’ Enter new point โ†’ Run prediction!

Start with sample datasets or upload your own CSV/Excel files.

๐Ÿ—‚๏ธ Sample Datasets
๐ŸŽฏ Target Column

๐Ÿ”„ Loading sample data...

๐Ÿ“‹ Data Preview (First 5 Rows)

๐ŸŒณ Decision Tree Parameters

๐ŸŽฏ Criterion

Objective to measure split quality (auto-switched for regression)

๐ŸŒณ Decision Tree Results & Visualization

๐ŸŽฏ Prediction Result

Run prediction to see the result.

๐Ÿ“ Prediction Details

Detailed prediction information will appear here.

๐Ÿ“‹ Algorithm Summary

Algorithm details will appear here after prediction.

๐Ÿ’ก Tips:

  • Tree visualization shows the complete decision tree structure with decision paths.
  • Feature importance shows which features matter most.
  • Try different max depth and criterion to see structure changes!
  • Min samples split/leaf control complexity and reduce overfitting.