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
I introduced check_array(X, dtype="numeric") to handle dtype=object gracefully in #4057.
In #4645@TomDLT added much more fine-grained control over dtypes.
We should revisit if the "numeric" ever adds anything, or if we want to always be more explicit about whether we want integers or floats.
The text was updated successfully, but these errors were encountered:
I introduced
check_array(X, dtype="numeric")
to handledtype=object
gracefully in #4057.In #4645 @TomDLT added much more fine-grained control over dtypes.
We should revisit if the
"numeric"
ever adds anything, or if we want to always be more explicit about whether we want integers or floats.The text was updated successfully, but these errors were encountered: