Skip to content

CRAN release 1.1.1

Compare
Choose a tag to compare
@mayer79 mayer79 released this 06 Dec 16:34
· 43 commits to main since this release
69e798b

Performance improvements

  • For pure data.frames (no tibbles, data.tables etc.), most functions are significantly faster (#110).
  • Slight speed-up of permutation importance for non-matrix X (#109).

Other changes

  • In multivariate cases, it was possible that normalized H-statistics could equal 0/0 (= NaN). Such values are now replaced by 0 (#107).
  • Removed an unnecessary special case when calculating column means (#106).