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
The class MinMaxScaler ignore NaNs. Its counterpart function does not.
The check_array needs to add the option force_all_finite='allow-nan'. #11206 implement the tests and this fix. However, it should be done in another proper PR.
The text was updated successfully, but these errors were encountered:
The class
MinMaxScaler
ignore NaNs. Its counterpart function does not.The
check_array
needs to add the optionforce_all_finite='allow-nan'
.#11206 implement the tests and this fix. However, it should be done in another proper PR.
The text was updated successfully, but these errors were encountered: