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

Oracle that generates Smin samples.. #6

Open
thirdeye802 opened this issue Feb 27, 2018 · 1 comment
Open

Oracle that generates Smin samples.. #6

thirdeye802 opened this issue Feb 27, 2018 · 1 comment

Comments

@thirdeye802
Copy link

In given example a GBM is used to create tree. but TREPAN generates sample to satisfy minimum number of samples required(Smin). how does GBM do that here?

@jphall663
Copy link
Contributor

This is likely a valid concern, but it is not addressed here.

However, in my experience, with several companies that use these types of decision tree surrogate models in ways that have been proven over time to be effective on real data, trepan and other more specific surrogate model extraction procedures are not used. What is done is training one surrogate model - as done here - on some hold-out data set, then evaluating that surrogate model across folds for stability. If error metrics are adequate on the single partition and across folds during cross-validation they use the surrogate model.

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