Closed kkoshijima closed 9 years ago
Sorry, I figured it out myself.
The object returned by trainMOA
is structured differently from the way the initial ozaboost
object was structured.
Therefore, changing the second trainMOA
code solved it for me.
ozaboost <- trainMOA(model = ozaboost$model, formula = cv ~ ., data = dataStream2, trace = TRUE, reset = FALSE)
Hi Jan,
I asked you a couple of question via gmail back in February, and I really appreciated your kind support. I've been having some other problems lately, and thought that it might be better to ask you here.
I am trying to use the OzaBoost model. My code looks like this.
However, when I execute the second
trainMOA
function, it gives me the following error message and it stops there.Any ideas on what I am doing wrong here?
Best,
Kensuke Koshijima