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
% (array.ndim, estimator_name))
ValueError: Found array with dim 3. MinMaxScaler expected <= 2.
if np.issubdtype(x.dtype, float) or np.issubdtype(x.dtype, complex):
FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type.
The text was updated successfully, but these errors were encountered:
% (array.ndim, estimator_name))
ValueError: Found array with dim 3. MinMaxScaler expected <= 2.
if np.issubdtype(x.dtype, float) or np.issubdtype(x.dtype, complex):
FutureWarning: Conversion of the second argument of issubdtype from
float
tonp.floating
is deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type
.The text was updated successfully, but these errors were encountered: