iBreakDown 2.1.2
- force matrix class for cumulative contributions in the
calculate_contributions_along_path to prevent iBreakDown breaking for
multiclass classification models that return data.frame of probabilities
instead of a matrix.
iBreakDown 2.1.1
- consistent theme settings with #541
iBreakDown 2.1
- ensure the path (variable sequence) within each B is unique (not
oversampled) #98
iBreakDown 2.0.2
- fixed factor variabe values formatting when
new_observationis of classtbl#96
iBreakDown 2.0.1
- add reloadargument toplotD3, which by
default isFALSE(behavior unchanged);TRUEreloads the plot on resize #89
- fixes explanations when data has one column #93
iBreakDown 1.3.1
- fix issue with text coliding with rectangle #85
iBreakDown 1.2.1
- fix the intercept bar color when baselineis used (now
it’s blue)
- add max_varsalias to the plots (unification)
iBreakDown 1.2.0
- fix shapsign column #82
- DALEXis moved to Suggests as in #84
iBreakDown 1.1.1
iBreakDown 1.1.0
- plotand- plotD3work now #77
- fix xgboostvariable values inbreak_down_uncertainty()#76
- depend on R v3.5to comply withDALEX
- plothas now- titleand- subtitlearguments #67
iBreakDown 1.0
- Argument vnamesadded toplot.break_downto change freely labels
- change cummulativetocumulative#72
- add max_featurestoplot.break_down_uncertainty()
iBreakDown 0.9.9
- Description of break_down explainer added
- Description of break_down_uncertainty explainer added
- plotD3 for shap added
- chose first row when passing more than one
new_observation
iBreakDown 0.9.8
- New version of D3 plots in plotD3().
- Updated color palettes consistent with changes in DALEX 0.4.4
iBreakDown 0.9.6
- Function local_attributions_uncertainty()now supportspath = "average"argument and plots shapley values (#29).
- Function local_attributions_uncertainty()is renamed tobreak_down_uncertainty().
- Function shap()is an alias forbreak_down_uncertainty().
- binder is removed as it was not used.
iBreakDown 0.9.5
- methodology behind iBreakDownis described on arXiv and
linked in the CITATION
iBreakDown 0.9.4
- code refactoring
- added local_attributions_uncertainty()function that
measures uncertanity behind additive attributions
iBreakDown 0.9.3
- breakDown2has changed name to- iBreakDown
iBreakDown 0.9.2
- in the local_attributions()function user can force
order in which variables shall be presented
iBreakDown 0.9.1
- added plotD3()function, that usesr2d3package to generate interactive D3 plots
iBreakDown 0.9.0
- Greedy strategies with time complexity O(p^2) are removed.
- iBreakDownis forked from- breakDownversion 0.2.0