-
Notifications
You must be signed in to change notification settings - Fork 552
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
[BUG] cuml.dask.datasets.classification.make_classification creates y value that reports wrong dtype #2898
Comments
After some tinkering, my guess is that the Using |
Thanks @ResidentMario for bringing this to our notice! Looks like this is a bug, that got passed under the hood. We are indeed creating |
👀 Ok great, let me know when this bug gets resolved, will look forward to continuing to work on the benchmark script I was using this code for then. |
@ResidentMario apart from that, any reason you are using |
The trouble is that I am already using |
@ResidentMario while I could fix the meta to correct display the type of labels generated by |
Hmm, I'm not sure we're disagreeing here. I'm planning on creating a struct using
Is the behavior I'm interested in. The other benchmarks I've done so far use I do not have any dependencies on the current behavior of |
@ResidentMario sorry if we're diverging a bit in our understanding of the issue at hand here. Your dependency on |
@ResidentMario thinking more on this... will it help if I add something like a parameter called |
I actually just took up your suggestion and switched to using I do not advocate for diverging I think the scope of work for this issue is limited to fixing |
Describe the bug
The distributed linear regression algorithm throws when fitted on simple
make_classification
example due to mismatched types. This seems to indicate some error in the implementation—the exact error is:But the data being fed to the algorithm is
float32
:Steps/Code to reproduce bug
Environment details (please complete the following information):
Throw is on an
g4dn.xlarge
instance on AWS (1x T4 GPU) withconda
installed and the followingenvironment.yml
:OS is Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: