- Spelling checking and other minor clean up #431)
- Add extra_computation_args and output_args to explain_forecast() #428)
- Rename vaeac plotting functions #428)
- Move explain() arguments
paired_shap_samplingandkernelSHAP_reweightingintoextra_computation_args#428) - Improved and unified the documentation #427)
- Remove seed argument from the boostrap function as its better handled by the mother function #427)
- Renamed various internal functions to be consistent with names in the rest of the package #427)
- Remove MSEv from explain_forecast (as it was only supported for horizon=1). Should return in a more general manner in the future #427)
- Improve efficiency of coalition sampling code and move to string sampling #426)
- Bugfix
iterative = TRUEforexplain_forecast()which was not using coalitions from previous iterations #426) - Bugfix the handling and output with the
verboseargument forexplain_forecast()#425) - Improved flexibility of the beeswarm plot functionality #424)
- Bugfix edge case where the
partypackage returns aconstpartyobject #423) - Bugfix error due to extra comma in rarely used warning #422)
- Shined up the vignettes a bit #421)
- Bugfix
keep_samp_for_vSwith iterative approach #417) - [Python] Brought the python code base up to speed with essentially all functionality in
explain()in R #416) - Please CRAN with dontrun on long running examples + skip_on_cran for the parallelized tests.