Releases
v0.44.0
v0.44.0 Feb. 4, 2022
Enhancements
Updated DefaultAlgorithm
to also limit estimator usage for long-running multiclass problems #3099
Added make_pipeline_from_data_check_output()
utility method #3277
Added more specific data check errors to DatetimeFormatDataCheck
#3288
Fixes
Updated the binary classification pipeline's optimize_thresholds
method to use Nelder-Mead #3280
Fixed bug where feature importance on time series pipelines only showed 0 for time index #3285
Changes
Removed DateTimeNaNDataCheck
and NaturalLanguageNaNDataCheck
in favor of NullDataCheck
#3260
Drop support for Python 3.7 #3291
Updated minimum version of woodwork
to v0.12.0
#3290
Documentation Changes
Update documentation and docstring for validate_holdout_datasets
for time series problems #3278
Fixed mistake in documentation where wrong objective was used for calculating percent-better-than-baseline #3285
Testing Changes
Breaking Changes
Removed DateTimeNaNDataCheck
and NaturalLanguageNaNDataCheck
in favor of NullDataCheck
#3260
Dropped support for Python 3.7 #3291
You can’t perform that action at this time.