-
The basic goal is to have the functionality of `gam` and `gamm` from the mgcv and gamm4 packages.
Actually this has been on my to do list for quite a while now, but somehow I forgot to make an issue …
-
I used the following:
baseline
-
Right now, colors don't know if they're RGB or HSV - and there are more models than just two.
BUT we don't want to burden code with additional indirections to look up methods - this sort of strategy …
-
Hard crash with memory bug and rscript termination under Windows.
Example:
``` R
require(caret)
require(mboost)
require(gbm)
require(rf)
# load iris set
data(iris)
dim(iris)
# works
m
-
To, say, ECOLOG to advertise the course. Just saw one pop up and realised we've not done much advertising so far...
Happy to write some copy for it, suggestions welcome.
-
The gamm4 R package inputs syntax for estimating generalized additive models, converts it internally to lme4 syntax, and uses lmer to estimate the parameters. It sounds as if (from the appendix of the…
-
Build module for Generalized Additive Models, porting previous models from past Zelig versions to Zelig 5.
-
I've been getting this error intermittently when using adaptive cv and gam model.
Error in if (tmps < .Machine$double.eps^0.5) 0 else tmpm/tmps :
missing value where TRUE/FALSE needed
It doesn't…
-
I just had a look at caret and made a list of learners, which have not yet been integrated into mlr (at least as far as I know).
``` r
Package Function …
-
This is an issue from the CIAO 4.7 ECR related to the test failures.
"We have noticed some sporadic Xspec failures when running the sherpa regression tests. For example, when some models are called…