Error coming while using Random Forest using R

后端 未结 4 1481
自闭症患者
自闭症患者 2020-12-20 21:17

I am using a dataset containing mvar_1 as column, having names of one of 5 parties that citizen voted for last year. Other variables are just demographic variab

4条回答
  •  温柔的废话
    2020-12-20 21:52

    I had the same problem, but solved it after seeing that I had imported the data frame with comma separators without indicating it.

    After importing the table using read.table(data, dec=",") the problem was solved!

提交回复
热议问题