-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Handling competing risks in rfsrc/proba #230
Comments
This isn't a bug. mlr3proba doesn't currently support competing risks. When it does we will add this as a property for learners that handle it. For now the above behaviour is expected |
If you can demonstrate the same problem with a non-competing risks task however then it may be a bug! |
@RaphaelS1 would this issue be better placed in another repo, or closed? |
@sebffischer can you transfer to mlr3proba? @funnell whilst I usually love when someone volunteers to contribute anything, unfortunately this first requires an internal design decision about how the implementation looks. After that the coding implementation is relatively straightforward. Any preliminary thoughts on this @adibender ? |
The |
We'll find time for a design meeting to discuss properly, not an easy answer... Pipelines seems wrong because it's too specialised |
Discussed with Andreas, we should move this forward at some point |
Expected Behaviour
Benchmarking to complete for a competing risks model
Actual Behaviour
Error in dimnames(x) <- dn: length of 'dimnames' [2] not equal to array extent
This error doesn't occur if I make sure the status variable is only 0 or 1.
It also doesn't occur if I just run
learner$train(follic_task)
Reprex
Created on 2021-11-22 by the reprex package (v2.0.1)
Session info
The text was updated successfully, but these errors were encountered: