Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea for an exercise: Build your own decision tree #2

Open
MelanieIStefan opened this issue Apr 27, 2022 · 1 comment
Open

Idea for an exercise: Build your own decision tree #2

MelanieIStefan opened this issue Apr 27, 2022 · 1 comment

Comments

@MelanieIStefan
Copy link

Idea for an exercise: Build your own tree

Here is a possible exercise to help people build intuition: Show them just a small section of the data (maybe 10 data points), and have them build their own decision trees of dephts 1 and 2.

Could do this by showing the data on a 2-D graph, coloured by outcome and have users draw a decision surface by hand. Or write a widget that would let people play around with different decision models and see what happens.

This would be done before doing it with code for the entire dataset.

I would be happy to write this out and add it if you all think it's a good idea.

@tompollard
Copy link
Collaborator

I like the idea, thanks @MelanieIStefan! If you have time to look at this, I'd really appreciate your help. I can also find some time to work on this if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants