xplainfi 1.0.0
The major version bump is largely to mark the occasion that the package is now considered "released".
Minor changes
- Removed the
fippycomparison article since a more comprehensive comparison is now available in xplainfi-benchmark. - Clean up various documentation issues and other metadata.
- Adjusted the
min_permutationsdefault inSAGEmethods to 10 rather than 3, since the previous value was found to lead to spurious early stopping. - Fix
sim_dgp_ewaldlading to erroneous variances when compared to their settings. - Reduce runtime of tests (mostly by using less ARF and mor Gaussian sampling)
- Remove
KnockoffSequentialSampleras theseqknockoffpackage is not available on CRAN or R-universe.KnockoffSamplerwith the correspondingknockoff_fun = seqknockoff::knockoffs_seqstill works.