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
In the 2021-01-29 nightlies, the SimpleImputer example in the documentation throws an error during fit. The namespace may need to be cuml.experimental.preprocessing at the moment. The example also fails in fit due to expecting an object that has a dtype attribute.
This solve partially #3435 by fixing the documentation of `SimpleImputer`. The next step will be to allow usage of lists for this algorithm.
Authors:
- Micka (@lowener)
Approvers:
- Michael Demoret (@mdemoret-nv)
URL: #3447
In the 2021-01-29 nightlies, the SimpleImputer example in the documentation throws an error during fit. The namespace may need to be
cuml.experimental.preprocessing
at the moment. The example also fails infit
due to expecting an object that has adtype
attribute.Fixing the namespace, we get the following:
Scikit-learn is able to pass a list.
The text was updated successfully, but these errors were encountered: