HistGradientBoostingClassifier
does not support pd.Int64Dtype
in v1.4.0
#28317
Labels
Milestone
Describe the bug
Fitting a
HistGradientBoostingClassifier
where one of the features has apd.Int64Dtype
dtype will give an error:Steps/Code to Reproduce
Expected Results
No error is thrown.
Actual Results
Stacktrace suggests it's related to
HistGradientBoostingClassifier
getting support for categorical dtypes in v1.4.0stacktrace
Versions
system information
The text was updated successfully, but these errors were encountered: