Używam karetki, aby uruchomić sprawdzony krzyżowo losowy las w zbiorze danych. Zmienna Y jest czynnikiem. W moim zestawie danych nie ma NaN, Inf ani NA. Jednak podczas uruchamiania losowego lasu dostaję
Error in randomForest.default(m, y, ...) :
NA/NaN/Inf in foreign function call (arg 1)
In addition: There were 28 warnings (use warnings() to see them)
Warning messages:
1: In data.matrix(x) : NAs introduced by coercion
2: In data.matrix(x) : NAs introduced by coercion
3: In data.matrix(x) : NAs introduced by coercion
4: In data.matrix(x) : NAs introduced by coercion
Czy ktoś ma pomysły, czy ten błąd jest spowodowany przez NA wprowadzony przez przymus? Jeśli tak, jak mogę zapobiec takiemu przymusowi?