Accuracy = 1? when training Random forest model on reviews
I am trying to train a Random Forest model in R for sentiment analysis.
The model works with tf-idf matrix and learns from it how to classify a review, in positive or negative.
Overfitting in randomForest model in R, WHY?
I am trying to train a Random Forest model in R, with this piece of code: