Skip to content

v0.12.1

Compare
Choose a tag to compare
@jeongyoonlee jeongyoonlee released this 05 Feb 03:09
· 189 commits to master since this release
35921e8

This patch includes two bug fixes for UpliftRandomForestClassifier as follows:

  • #462 by @paullo0106: Use the correct treatment_idx for fillTree() when applying validation data set
  • #468 by @jeongyoonlee: Switch the joblib backend for UpliftRandomForestClassifier to threading to avoid memory copy across trees