Skip to content

v0.19.0

Choose a tag to compare

@GPUtester GPUtester released this 21 Apr 19:48
· 2736 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

  • Add sparse docstring comments (#3712) @JohnZed
  • FIL and Dask demo (#3698) @miroenev
  • Deprecating quantile-per-tree and removing three previously deprecated Random Forest parameters (#3667) @vinaydes
  • Fixing Indentation for Docstring Generators (#3650) @mdemoret-nv
  • Update doc to indicate ExtraTree support (#3635) @hcho3
  • Update doc, now that FIL supports multi-class classification (#3634) @hcho3
  • Document model_type='xgboost_json' in FIL (#3633) @hcho3
  • Including log loss metric to the documentation website (#3617) @lowener
  • Update the build doc regarding the use of GCC 7.5 (#3605) @hcho3
  • Update One-Hot Encoder doc (#3600) @lowener
  • Fix documentation of KMeans (#3595) @lowener

🚀 New Features

🛠️ Improvements