Is my model difference between Training accuracy and cross validation accuracy considered as overfit?
So I used weka to determine my training accuracy and cross-validation accuracy. It has showed me that my training accuracy is 84.9167 % and my Cross validation accuracy is 83.9167 %
I also tried to use sklearn to determine my training and cross validation accuracy and gave me the following: 83.5% on training and 82.67% on cross validation accuracy.
Is the difference between training accuracy and cross validation accuracy enough to consider my model overfit?
Topic weka scikit-learn
Category Data Science