Raphael Sonabend-Friend
Raphael Sonabend-Friend
In particular: https://github.com/mlr-org/mlr3extralearners/blob/master/R/learner_survivalmodels_surv_dnnsurv.R And useful upstream functionality: https://github.com/RaphaelS1/survivalmodels/blob/master/R/dnnsurv.R https://github.com/RaphaelS1/survivalmodels/blob/master/R/helpers_keras.R
Sure happy to spend some time discussing. Ping me on MM if you want to set up a call
Linking this: https://github.com/mlr-org/mlr3/issues/597 NNs are best use-case for validation splits (I have same problem in my NNs)
What does convert do? If qunif is needed it can be added easily but not sure if it's appropriate in the package ? And how does tol work in ParamDbl?...
> the way I understand 'open bounds' in set6 is that it makes the set smaller by some small number (if you're lucky enough and your bounds are not so...
For quick type conversion specifically you could vectorize the `as` function? I've included `as.list` to ensure each can take a different class. A similar argument could be used for other...
Hey, yes it is and I've read a good paper that introduces a lot of these. However I don't have time at the moment (all my mlr time is book...
@bblodfon https://pubmed.ncbi.nlm.nih.gov/34498681/
Makes sense. Happy to be included thanks
Hey I'm sorry but I can't be much help. We just use pycox in the backend which is super buggy, nothing I can fix on the R side