breakDown 0.2.0
- break_downfunction identifies inteactions
- break_downfunction supports DALEX explainers
- break_downfunction has complexity O(2p) for models
without interactions, much faster than the old version
breakDown 0.1.6
- broken.defaulthas now the- keep_distributionsarguments. If- TRUEthen the
whole distribution of conditional residuals is remebered and avaliable
for plotting #17
- small updates in README.md
breakDown 0.1.5
- small changes in broken.defaultto make it work withxgboostand other nondata.framedata
- broken.lmsupports unnormalized coefficients (thanks to
Joseph Larmarange) just add- predict.function = betas#9
breakDown 0.1.4
- broken.defaultis now model agnostic!
- broken.rangeris removed since- broken.defaultis much better
- small fixes in printandplotfunctions, a
new vigniette for model agnostic plots
breakDown 0.1.3
- small fixes and submission to CRAN
breakDown 0.1.2
- broken.lmand- broken.glmare now
supporting interactions (#7)
- print()and- plot()functions are now
handling different options for rounding via additional arguments- digits = 3,- rounding_function = round(#8)
breakDown 0.1.1
- the baselineargument is added to thebrokenfunction (#1)
- vignettes for lm and glm models are added (#2)
breakDown 0.1
- waterfall like plots and support for lm models
- waterfall like plots and support for glm models
- HR dataset added