Skip to content

shapr 1.0.1

Latest
Compare
Choose a tag to compare
@martinju martinju released this 16 Jan 13:11
  • 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_sampling and kernelSHAP_reweighting into extra_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 = TRUE for explain_forecast() which was not using coalitions from previous iterations #426)
  • Bugfix the handling and output with the verbose argument for explain_forecast() #425)
  • Improved flexibility of the beeswarm plot functionality #424)
  • Bugfix edge case where the party package returns a constparty object #423)
  • Bugfix error due to extra comma in rarely used warning #422)
  • Shined up the vignettes a bit #421)
  • Bugfix keep_samp_for_vS with 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.