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

[Suggestion]: Plot the Decision Tree for pps.score #55

Open
LaurenMcGarry opened this issue Nov 10, 2021 · 3 comments
Open

[Suggestion]: Plot the Decision Tree for pps.score #55

LaurenMcGarry opened this issue Nov 10, 2021 · 3 comments

Comments

@LaurenMcGarry
Copy link

Would it be possible to create the ability to print the Decision Classifier Tree using pps.score?
There might be a way to do this directly from my end, but I am currently unsure of how to do this.
Thanks, Lauren

@fwetdb
Copy link
Collaborator

fwetdb commented Nov 11, 2021

Thank you for the proposal!
Since ppscore uses cross-validation, each fold calculates a different decision tree.
Thus, you would need to choose which of the decision trees you want to inspect.

However, I guess the more important question is:
Why do you want to do that?

@LaurenMcGarry
Copy link
Author

I am using the equation as part of an analysis for my PhD, and I would like to show an example of one of the trees for context to the reader. It would be more of a 'nice to have', but I think it would add value for me!

Also, I noticed in the issue section, someone had mentioned about enabling a different type of validation that would suit time series data. Do you have any plans to implement this?

Thanks.

@fwetdb
Copy link
Collaborator

fwetdb commented Nov 11, 2021

Understand - in this case, you might just train the Decision Tree separately (or in the same way) and then visualize this.

Regarding the time series data: we currently did not schedule time to work on this any time soon because we have no professional need for it right now but we are open to invest time supporting and guiding contributors who want to work toward this.
Are you interested in this or what is your background with regard to that?

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