I have a  labeled data set which have 4 classes and there class distribution is given below --

  • First Class ( 70% )
  • Second Class ( 22% )
  • Third Class ( 3% )
  • Fourth Class ( 3% )

in this data set i have applied SVM with 'rbf' kernel and set C value to 5 and gamma to 3.

after running this algorithm using cross validation with 10 fold i got 92% accuracy.

and my learning curve is given below.

now i could not come up in a conclusion whether my model is over fitted or under fitted.

and is there any effect of this unbalanced data in my model?

More Mohammad Salman Haydar's questions See All
Similar questions and discussions