scikit-learn icon indicating copy to clipboard operation
scikit-learn copied to clipboard

Release highlights for 1.3

Open jeremiedbb opened this issue 1 year ago • 5 comments

As usual, let's start with a few highlights and add more if needed in subsequent PRs. For now I put the TargetEncoder, HDBSCAN, and missing values support in trees.

Do not hesitate to edit.

Something we should add is some news about the metadata routing but I wasn't sure how to write that. @adrinjalali would you mind adding a section (here or in a separate PR) ?

jeremiedbb avatar Jun 07 '23 09:06 jeremiedbb

Other features that I'm thinking about are

  • Grouping infrequent categories in OrdinalEncoder
  • Gamma deviance in HGBRegressor

Do you think they should end up in the highlights ?

jeremiedbb avatar Jun 07 '23 13:06 jeremiedbb

@jeremiedbb added metadata routing.

adrinjalali avatar Jun 08 '23 13:06 adrinjalali

Other features that I'm thinking about are

  • Grouping infrequent categories in OrdinalEncoder
  • Gamma deviance in HGBRegressor

From a practitioner‘s perspective, pricing actuaries in particular, gamma deviance HGBT are a big deal. The PR itself was pretty small, but based on a pile of work with the common loss functions.

lorentzenchr avatar Jun 23 '23 06:06 lorentzenchr

@lorentzenchr would you mind adding a small section for the Gamma deviance ?

jeremiedbb avatar Jun 26 '23 14:06 jeremiedbb

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: a7b9264. Link to the linter CI: here

github-actions[bot] avatar Jun 26 '23 14:06 github-actions[bot]

@lorentzenchr would you mind adding a small section for the Gamma deviance ?

Until when? Something like https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html#generalized-linear-models-and-poisson-loss-for-gradient-boosting will do with the rng.poisson replaced by rng.gamma.

lorentzenchr avatar Jun 28 '23 07:06 lorentzenchr

@jeremiedbb Thank you! 🚀

lorentzenchr avatar Jun 29 '23 17:06 lorentzenchr