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

Predict which #TidyTuesday Scooby Doo monsters are REAL with a tuned decision tree model | Julia Silge #81

Open
utterances-bot opened this issue Jan 12, 2023 · 2 comments

Comments

@utterances-bot
Copy link

Predict which #TidyTuesday Scooby Doo monsters are REAL with a tuned decision tree model | Julia Silge

A data science blog

https://juliasilge.com/blog/scooby-doo/

Copy link
Contributor

Hi Julia,
This is a nearly perfect example for teaching. All it is missing is the rendering of the final decision tree. I am thinking that I will recommend students watch this and then I can share something like final_fit |> extract_fit_engine() |> rpart.plot::rpart.plot() and then show the crosswalk between the parttree plot and the traditional tree. Is that code snippet/pipeline how you would extract/show the tree? Have you recorded a demo where you show a final tree? I am super curious to know how you show (style the aesthetics) of decision trees.

@juliasilge
Copy link
Owner

@RaymondBalise Yes, that is how I would go about it! Here are two options for visualizing the decision tree:

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

3 participants