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

Quantiles PipeOp #823

Open
be-marc opened this issue Sep 14, 2024 · 0 comments
Open

Quantiles PipeOp #823

be-marc opened this issue Sep 14, 2024 · 0 comments
Assignees
Labels
Type: New PipeOp Issue suggests a new PipeOp

Comments

@be-marc
Copy link
Member

be-marc commented Sep 14, 2024

Implement a PipeOp quantile prediction for learners that can only predict one quantile like gbm https://github.com/mlr-org/mlr3extralearners/blob/0297a064dda0424305a21f4b02cc27b47438f354/R/learner_gbm_regr_gbm.R#L105-L107. The pipop should train model for each requested quantile in $train() and then combine the quantiles to one prediction in $predict().

@be-marc be-marc added the Type: New PipeOp Issue suggests a new PipeOp label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New PipeOp Issue suggests a new PipeOp
Projects
None yet
Development

No branches or pull requests

2 participants