18 September 2019 2 7K Report

I would like to convert the 'prediction margin' values ranging between -1 & 1, returned in 'visualise classifier error' option in WEKA, into actual scores for each instance.

These same scores can be obtained when running 10foldCV using the option 'output predictions' (turning the prediction ranging between 0 & 1 into scores: score=prediction if class 1 else 1-prediction). However in this way, these scores can not be matched to the corresponding instances as the data is randomised for cross validation!

Thanks in advance

Similar questions and discussions