Re: [scikit-learn] [ANNOUNCEMENT] scikit-learn 1.0 release

2021-09-27 Thread Gael Varoquaux
Thank you to Adrin for stewarding this release, and congratulation to all the team for merging all the improvements. Scikit-learn is a foundation of machine learning in Python. Solid releases and stability over time is a service to the community. Gaƫl On Fri, Sep 24, 2021 at 06:38:40PM +0200, Ad

Re: [scikit-learn] [ANNOUNCEMENT] scikit-learn 1.0 release

2021-09-27 Thread David R
Congrats, everyone! To me the most exciting part is HistGradientBoostingRegressor and HistGradientBoostingClassifier no longer being experimental, especially with their native handling of categorical variables (no more unnecessary compromises of choosing a particular numeric encoding strategy!) a