Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use cuml.datasets.make_classification in MNMG RF example #2864

Closed
hcho3 opened this issue Sep 23, 2020 · 2 comments · Fixed by #3408
Closed

Use cuml.datasets.make_classification in MNMG RF example #2864

hcho3 opened this issue Sep 23, 2020 · 2 comments · Fixed by #3408
Assignees
Labels
doc Documentation

Comments

@hcho3
Copy link
Contributor

hcho3 commented Sep 23, 2020

Follow-up to #2560

The MNMG RF example notebook should use cuml.datasets.make_classification instead of sklearn.datasets.make_classification.

@hcho3 hcho3 self-assigned this Sep 23, 2020
@hcho3 hcho3 added the doc Documentation label Sep 23, 2020
@JohnZed
Copy link
Contributor

JohnZed commented Jan 20, 2021

@JohnZed
Copy link
Contributor

JohnZed commented Jan 20, 2021

Should be able to switch to cuml metrics there too.

@rapids-bot rapids-bot bot closed this as completed in #3408 Feb 5, 2021
rapids-bot bot pushed a commit that referenced this issue Feb 5, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants