Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.78 KB

NEWS.md

File metadata and controls

35 lines (25 loc) · 1.78 KB

ceterisParibus 0.4.3

  • Now in the ceteris_paribus function one can specify how grid points shall be calculated, see variable_splits_type

ceterisParibus 0.4.2

  • Updated test to reflect changes in the new R 4.0

ceterisParibus 0.3.1

  • The what_if_2d() function plots 2D ceteris paribus plots. This function returns an object of the class what_if_2d. One can use generic print() or plot() to show these profiles. Note that profiles for all pairs of variables are generated, thus it may be a time consuming operation if number of variables is high.
  • New function calculate_oscillations() that calculates variable importance measures for a single observation.

ceterisParibus 0.3

Major refactoring of the code

Please note, that what_if() and local_fit() functions are remainders from version 0.2 and they will be deprecated in version 0.4. They will not be avaliable in version 1.0. From version 0.3 the recommended way to create explainers is through the function ceteris_paribus().

Please note, that plot_interactive() function will be deprecated in version 0.4. It will not be avaliable in version 1.0.