21.0.0 Release
Version 21.0.0
Features:
- The
warm_start
parameter offit()
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.