Skip to content

v0.19.0

Compare
Choose a tag to compare
@GPUtester GPUtester released this 21 Apr 19:48
· 1438 commits to main since this release

🚨 Breaking Changes

  • Use the new RF backend by default for classification (#3686) @hcho3
  • Deprecating quantile-per-tree and removing three previously deprecated Random Forest parameters (#3667) @vinaydes
  • Update predict() / predict_proba() of RF to match sklearn (#3609) @hcho3
  • Upgrade FAISS to 1.7.x (#3509) @viclafargue
  • cuML's estimator Base class for preprocessing models (#3270) @viclafargue

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements