error messages during running gamboost using caret

370 views Asked by At

I am running gamboost using Caret. The model was generated, but the running process gives the following error message as shown below. I am not clear what does that mean.

rd<- train(formula0, data = df.clean,method = "gamBoost",trControl = train_control,metric="RMSE")

The model looks like this

enter image description here

The error messages are

enter image description here

0

There are 0 answers