Berent Å. S. Lunde

Results 23 issues of Berent Å. S. Lunde

Implement Shapley-values to explain model predictions. See vignett for https://github.com/NorskRegnesentral/shapr

enhancement

Currently `agtboost` only supports a purely numerical design-matrix. Consider letting `agtboost` handle categorical features (`factor` variable in R) internally. **Benefits** - Easier interface for users - Could in principle support...

enhancement

See xgboost implementation. This would be easy if gradient-calculations was on the R-side. But perhaps harder since `agtboost` gradient calculations happen on R-side. **Suggestions** - Take a look if this...

enhancement

- youtube-video? - viginette? - More information in README? - Github docs - tutorial with "how-it-works" and examples?

documentation

Secret manuscript will arrive on arxiv first In principle: - derivatives are influenced by their own response (self-influence) - employ asymptotic correspondance between n-fold CV, influence adjustment and TIC

enhancement

Secret manuscript will be uploaded to arxiv

enhancement

Secret manuscript will be uploaded to arxiv

enhancement

Overall, codebase, especially on the C++ side, needs cleanup in terms of - Commented code - Style-guide - Verbosity Major revision would include removing different variants of count-regression except for...

Should be possible with the Eigen sparse matrix class + R Matrix package and possible RcppModules to return pointer to C++ model object.

The `node::split_information()`should be easy to paralellize.

enhancement