Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- `$convergence_history` tracks convergence history and can be analyzed to see per-feature values after each checkpoint
- `$plot_convergence_history()` plots convergence history per feature
- Convergence is tracked only for first resampling iteration
- Also add standard error tracking as part of the convergence history ([#33](https://github.com/jemus42/xplainfi/pull/33))

# xplainfi 0.1.0

Expand Down
246 changes: 170 additions & 76 deletions R/SAGE.R

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions man/ConditionalSAGE.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions man/MarginalSAGE.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 42 additions & 13 deletions man/SAGE.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading