Open thequackdaddy opened 10 years ago
Do you have a reproducible example of this?
As a side note: working on ffbase2
(see http://github.com/edwindj/ffbase2).
Your code would translate to:
TrainingData <-
TrainingData %>%
group_by(id) %>%
do( Predicted = predict(Model, newdata=., type="vector")
, Segment = predict(Model2, newdata=.)
)
I'm running an ffdfdply operation. Something like this...
Turns out that I have periods (.) in my column names. That makes ffdfdply (and some other things like merge.ffdf) error out and give this message.