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