You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v0.29.0 Jul. 22, 2021
Enhancements
Updated 1-way partial dependence support for datetime features #2454
Added details on how to fix error caused by broken ww schema #2466
Added ability to use built-in pickle for saving AutoMLSearch #2463
Updated our components and component graphs to use latest features of ww 0.4.1, e.g. concat_columns and drop in-place. #2465
Added new, concurrent.futures based engine for parallel AutoML #2506
Added support for new Woodwork Unknown type in AutoMLSearch #2477
Updated our components with an attribute that describes if they modify features or targets and can be used in list API for pipeline initialization #2504
Updated ComponentGraph to accept X and y as inputs #2507
Removed unused TARGET_BINARY_INVALID_VALUES from DataCheckMessageCode enum and fixed formatting of objective documentation #2520
Fixes
Fixed FraudCost objective and reverted threshold optimization method for binary classification to Golden#2450
Added custom exception message for partial dependence on features with scales that are too small #2455
Ensures the typing for Ordinal and Datetime ltypes are passed through _retain_custom_types_and_initalize_woodwork #2461