次のように入力して SMOTE メソッドを使用します: New<-SMOTE(Y~.,origin,perc.over=1300,k=5,perc.under=100)
しかし、警告があります: Error in colnames<-
( *tmp*
, value = c("Y", "X1", "X2", "X3", "X4", : 'names' attribute [12] must be the same length as the vector [11]
この警告が表示される理由がわかりません。誰か助けてください...