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

AlphaTree risk pyramid #4

Open
martinmocko opened this issue May 2, 2019 · 3 comments
Open

AlphaTree risk pyramid #4

martinmocko opened this issue May 2, 2019 · 3 comments

Comments

@martinmocko
Copy link

Hi Yubin,

I would like to know how I can create a risk pyramid similar to the one provided in your work in Figure 5. The steps necessary to do so, after fitting an AlphaTree, aren't very clear to me. I know it will probably be calculated by using the current ratio of classes but I'm not sure if also the predicted y_label comes into play somehow.

Looking forward to hearing from you!

@yubin-park
Copy link
Owner

Thanks, @ZeroDayExploit ACDC is not currently implemented in this project, but will add. When I add, I will also put some example code to create the risk pyramid presented in the paper. Will leave a message here when things are done. Thanks so much.

@martinmocko
Copy link
Author

Ah, sorry @yubin-park , I somehow assumed you had the ACDC implemented since in the AlphaTree code I found a comment that says it's closer to the ACDC implementation. Maybe I could be of help concerning the implementation, if you could give me some pointers about what needs to be changed/implemented.

@yubin-park
Copy link
Owner

@ZeroDayExploit To implement ACDC, you would need to grow only one branch, increasing the ratio of positive samples at each iteration. The current implementation of bonsai may not be well suited for doing this task, unfortunately. This may need some change in the core library. Let me get back to you in a few weeks.

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