Decision Tree Builder
Upload a labeled CSV dataset and build a visual decision tree using the ID3 algorithm.
CSV requirements
- First row must be column headers
- Feature columns should use categorical values
- Last column must be the outcome to predict
- No empty cells