Error in CARET package for CART modelling

I am building a CART model and i got thie error while trying to predict on my test data:
"Error in eval(predvars, data, env) : object 'credit_colCHF' not found" . Now there is no column name in my dataset called "credit_colCHF" but i have a column name "credit_col" so how did this even get there?

What is the composition of predvars?

i dont know what predvars is

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.