-
Hi Prof. @tdhock and @hcho3,
Please find the minimal reproducible example to test the predict function of mboost -
```
library(mboost)
library(survival)
library(tram)
library(tbm)
X …
-
When running the example:
```r
## a simple linear example
set.seed(1907)
data
-
Profiling `coef.mboost` for a colleague, I have noticed that it seems to waste time to "check if base-learner has coefficients" here:
https://github.com/boost-R/mboost/blob/021e406f40018b23727f6b75…
-
mboost, xgboost etc. sometimes require a loss function + its gradient. If we define a Measures object we probably can add an (optional) slot that contains the gradient so that other packages such as m…
-
Suggest that the *core packages* identified in the [CRAN Machine Learning Task View](https://cran.r-project.org/web/views/MachineLearning.html) be provided out-of-the-box.
These are listed near th…
-
Hi!
I'm working with CAM and the linear score which I need doesn't work... Running:
```
from cdt.causality.graph import CAM
X = np.random.random((1000, 30))
df = pd.DataFrame(X)
obj = CAM(s…
-
Hello again,
I'm working with the CAM algorithm.
obj = CAM()
output = obj.predict(data[variables])
Running this code it's working well for some data but for others I have the following issue.
…
-
I did cross validation over different distance measures. The risk plots and accuracy plots seems contradictory... So I am wondering what does the risk function of a multinomial family look like? The d…
-
At my organization, we have a local CRAN-alike that requires authentication for access. Using the core R tools, I can set the following options to let `curl` handle the authentication:
options…
-
Hello,
Apologies for all the issues I've raised recently. My coauthor and I have found a lot of value in `mboost` so we have been using it a lot lately.
From the docs:
> For a categorical cov…