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
Closes#2864.
This PR will replace `datasets.make_blobs` and `metrics.accuracy_score` from sklearn to cuml.
Authors:
- Micka (@lowener)
Approvers:
- John Zedlewski (@JohnZed)
URL: #3408
Follow-up to #2560
The MNMG RF example notebook should use
cuml.datasets.make_classification
instead ofsklearn.datasets.make_classification
.The text was updated successfully, but these errors were encountered: