We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that PowerTransformer and QuantileTransformer are in cuMLs repo, copied from sklearn but not available for use
It seems like StandardScaler, and some others in this file that are used in cuML.
This FR is to port these two common data transformation methods to cuML, along with corresponding tests
The text was updated successfully, but these errors were encountered:
@viclafargue can you respond to this one?
Sorry, something went wrong.
Thanks for noticing that. That is indeed something that we will have to work on for future releases.
Perhaps this is a good first issue for a contributor?
PowerTransformer
QuantileTransformer
KernelCenterer
PowerTransformer, QuantileTransformer and KernelCenterer (#4755)
74372f3
Closes #4622 Authors: - Victor Lafargue (https://github.com/viclafargue) Approvers: - Micka (https://github.com/lowener) - Dante Gama Dessavre (https://github.com/dantegd) URL: #4755
PowerTransformer, QuantileTransformer and KernelCenterer (rapid…
72e12b2
…sai#4755) Closes rapidsai#4622 Authors: - Victor Lafargue (https://github.com/viclafargue) Approvers: - Micka (https://github.com/lowener) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4755
viclafargue
Successfully merging a pull request may close this issue.
I noticed that PowerTransformer and QuantileTransformer are in cuMLs repo, copied from sklearn but not available for use
It seems like StandardScaler, and some others in this file that are used in cuML.
This FR is to port these two common data transformation methods to cuML, along with corresponding tests
The text was updated successfully, but these errors were encountered: