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
Added a threshold for NullDataCheck before a warning is issued for null values #3507
Changed NoVarianceDataCheck to only output warnings #3506
Updated roc_curve() and conf_matrix() to work with IntegerNullable and BooleanNullable types. #3465
Changed ComponentGraph._transform_features to raise a PipelineError instead of a ValueError. This is not a breaking change because PipelineError is a subclass of ValueError. #3497
Documentation Changes
Updated to install prophet extras in Read the Docs. #3509
Testing Changes
Moved vowpal wabbit in test recipe to evalml package from evalml-core#3502