-
The wrap.FDboost.fpco.minkowski function is a wrap of fpco-FDboost function using minkowski distance. It is used in the cvfile. The wrap.FDboost.fpco.minkowski mainly sets the parameter of FDboost, se…
-
There are a few learners which, for some reason or other, (usually conversion to model matrix), change the original variable names. This means that variable importance and selected features could be o…
-
Almond Stöcker und Tobi Kühn have started to write a function to extract the amount of risk reduction contributed by each base-learner from a fitted `mboost` model.
We'd like to see this included in …
-
The row tensor product in the `%X%`-operator (https://github.com/boost-R/mboost/blob/master/R/bl.R#L1111) may fail for large matrices due to a stack overflow or "long vectors not supported yet"-error.…
-
see #47
-
I am building a gamboost model with the GammaReg() family. The model fits fine, but when it comes time to predict on a new dataset I am getting an error: Error in X %*% rowSums(cf) : Cholmod error 'X …
-
Hi
I'm using fastEPRR v2.0 and I'm getting a consistent error when reaching step 2 after I have ran step 1 on each chromosome.
I've been getting this error:
```
srun -n 1 singularity exec --…
-
It should be possible to use different link functions in families that we import from `gamlss` via `as.families()`, currently we are just using the default.
The link function is crucial for`ngradien…
-
I have been able to perform many large runs through many datasets using the Gaussian and Binomial families for, however I am unable to perform the same test using the GammaReg Family in order to predi…
-
Hi mlr3proba team,
Some recent recommendations on evaluation/validation of survival prediction models call for estimation of individuals' observed outcome probabilities and the model predicted pro…