I'm creating a predictive model in R, using the library caret. When I squeeze in R it takes a long time, and still some errors. In comparison, I run the same base on the Weka in a matter of minutes I already get the result.
I have already modified the variables to integer, and even then it did not help much.
I have tried to use it in parallel, but it did not work too well.
Would you like to know what performance is linked in this case? What are the factors that most influence poor performance in creating a predictive model?