How to draw an error plot in Excel similar to Weka > Model>Visualise Clasifier errors? I can download the arff file and convert it to excel. But after that how I will draw the same graph using excel?
You simply need to output your predictions from the classification process. This can be done in the CLASSIFY tab, by clicking the MORE OPTIONS button, then in the OUTPUT PREDICTIONS option choose CSV, after that click on the CSV to specify path and additional options (See attached screenshot).
Once you have your predictions, you can merge your CSV files to have predictions and actual label. The scatterplot should give you the same result in excel. BUT you will not have the classes colored as in WEKA.