Skip to content

21.0.0 Release

Compare
Choose a tag to compare
@PGijsbers PGijsbers released this 14 Jan 15:18
· 1 commit to 21.0.x since this release
f1e37f1

Version 21.0.0

Features:

  • The warm_start parameter of fit() had a slight behavior change (see docs).
  • Fit can now be called more than once. It will use the same time constraint as the first fit call.

Bugfixes:

  • TargetEncoder is no longer used for Classification tasks, since there is a bug that prevents it from working as intended.