Skip to content

Commit

Permalink
Merge pull request #209 from pitmonticone/main
Browse files Browse the repository at this point in the history
Fix a few typos
  • Loading branch information
christophM authored Sep 6, 2023
2 parents 9e5d749 + 2a3f385 commit a72863f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you're not familiar with git or GitHub, please start by reading
Pull requests will be evaluated against the a checklist:

1. __Motivation__. Your pull request should clearly and concisely motivates the
need for change. Plesae describe the problem your PR addresses and show
need for change. Please describe the problem your PR addresses and show
how your pull request solves it as concisely as possible.

Also include this motivation in `NEWS` so that when a new release of
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
- Removed losses: f1, logLoss, rmse, mdae, rae, rmse, rmsle, rse, rrse
f1 because the implementation used didn't make sense anyways
- Interaction: The results return as interaction strength now the H-statistic instead of the H-squared-statistic.
This makes it more coherent with the gbm pacakge and the interact.gbm function and with what Friedman uses in the plots in the paper.
This makes it more coherent with the gbm package and the interact.gbm function and with what Friedman uses in the plots in the paper.
For users of the package this means that an interaction of strength x becomes an interaction of strength sqrt(x).
- `Interaction`, `FeatureImp` and `Partial` are now computed batch-wise in the background. This prevents this methods from overloading the memory. For that, the `Predictor` has a new init argument 'batch.size' which limits the number of rows send to the model for prediction for the methods `Interaction`, `FeatureImp` and `Partial`.
- `Interaction` and `FeatureImp` additionally allow parallel computation on multiple cores. See `vignette("parallel", package = "iml")` for how to use it.
Expand Down

0 comments on commit a72863f

Please sign in to comment.