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

[FEA] QuantileTransformer #2035

Open
shourya-otta opened this issue Apr 7, 2020 · 5 comments
Open

[FEA] QuantileTransformer #2035

shourya-otta opened this issue Apr 7, 2020 · 5 comments
Labels
feature request New feature or request inactive-30d inactive-90d New Algorithm For tracking new algorithms that will be added to our existing collection New Prim For tracking new prims that will be added to our existing collection

Comments

@shourya-otta
Copy link

Is your feature request related to a problem? Please describe.
QuantileTransformer is needed to process time series data to remove outliers.

Describe the solution you'd like
GPU version of sklearn.preprocessing.QuantileTransformer.

@shourya-otta shourya-otta added ? - Needs Triage Need team to review and classify feature request New feature or request labels Apr 7, 2020
@github-actions github-actions bot added this to Needs prioritizing in Feature Planning Apr 7, 2020
@cjnolet cjnolet changed the title [FEA] [FEA] QuantileTransformer Apr 7, 2020
@teju85
Copy link
Member

teju85 commented Apr 13, 2020

We already have most of this implemented inside our decisiontree C++ layer here! It is better to pull this logic into an ml-prim first and then expose it on libcuml++ first.

Tagging @JohnZed and @cjnolet JFYI.

@teju85 teju85 added the New Algorithm For tracking new algorithms that will be added to our existing collection label Apr 14, 2020
@Garfounkel Garfounkel added New Prim For tracking new prims that will be added to our existing collection and removed ? - Needs Triage Need team to review and classify labels May 5, 2020
@chaithyagr
Copy link
Contributor

@teju85 is anyone working on this? I may need to read some theory, but can I work on this if possible?

@teju85
Copy link
Member

teju85 commented May 18, 2020

@chaithyagr So far nobody. Yes, sounds like a good next step for you! You can start by looking at corresponding sklearn documentation as well as the code. Also, like I mentioned above, most of it should already be available in our decisiontree implementation here Let me know in case you need any more details on this one.

@github-actions
Copy link

This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

@github-actions
Copy link

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request inactive-30d inactive-90d New Algorithm For tracking new algorithms that will be added to our existing collection New Prim For tracking new prims that will be added to our existing collection
Projects
Feature Planning
Needs prioritizing
Development

No branches or pull requests

4 participants