I am quite new to machine leaning. Any help would be appreciated.
I want to plot graphs to show the algorithms(LDA, SVM) accuracy and error rate.And compare which algorithm is better among both. Accuracy returned by running the python program in the terminal is not considered as a good proof.
Plotted graphs using confusion matrix to show the accuracy and error rate.
I believe plotting graph using ROC is for binary classifier() and can it can be also be used for image data set using LDA and SVM algorithms.
I have plotted graph cross_val_predict to visualise prediction errors.
Is there any graphical representation which can do better than above mentioned or I missed.