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
We originally had BooleanNullable and Boolean because EvalML relies on estimator/classifiers that do not support the pandas boolean dtype (which is used in BooleanNullable)
However, a better long term solution is for Woodwork to have 1 Boolean type that supports nullable values
For this issue:
Remove/Deprecate BooleanNullable
Change the Boolean physical type from int64 to Int64
Update inference logic to account for this change
Verify that Featuretools and EvalML can properly handle this change
The text was updated successfully, but these errors were encountered:
boolean
dtype (which is used in BooleanNullable)int64
toInt64
The text was updated successfully, but these errors were encountered: