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 IntegerNullable and Integer because EvalML relies on estimator/classifiers that do not support the pandas Int64 dtype (which is used in IntegerNullable)
However, a better long term solution is for Woodwork to have 1 Integer type that supports nullable values
For this issue
Remove/Deprecate IntegerNullable
Change the Integer 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:
gsheni
changed the title
Remove IntegerNullable Logical Type and have 1 Integer Logical Type (that supports nullable values)
Remove IntegerNullable Logical Type and have 1 Integer Logical Type
Sep 7, 2022
Int64
dtype (which is used in IntegerNullable)int64
toInt64
The text was updated successfully, but these errors were encountered: