-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
0 / 10 of 1 issue completedLabels
enhancementExtends package features in some wayExtends package features in some way
Description
Main bottleneck is the $predict() and $predict_newdata() steps, so minimizing how often they are called will be helpful.
- One approach is to create the datasets for e.g. PFI individually,
rbindthem together while keeping track in which chunk of data which feature is permuted, and then only calling$predictonce on the combined data. - Analogously, this can be done across multiple iterations (
iters_perm) of the permutations for PFI and SAGE. - Since resamplings are independent and have different trained models, parallelizing across those would be an option as well.
- Chunking the data beforehand
Sub-issues
Metadata
Metadata
Assignees
Labels
enhancementExtends package features in some wayExtends package features in some way