mRiddle
mRiddle

Reputation: 214

R tibble error when training

I'm training a model with Caret package. The training table if fine and I don't do any changes to it.

Why then am I getting the Setting row names on a tibble is deprecated. error?

Upvotes: 0

Views: 448

Answers (1)

mRiddle
mRiddle

Reputation: 214

I moved from data.frame to data.table - no warnings anymore, and I can manipulate the data much faster and easier with my SQL background.

Upvotes: 1

Related Questions