Entering edit mode
8.9 years ago
chemistry1233
▴
60
I am trying to build qsar model, but I have no idea how to perform Leave one out (q2), I calculated descriptors and I set data in excel/spss but I don`t know to perform LOO, can anyone to tell idea of LOO and how to perform.
I'm sorry, but how is this a "software error"? Please use appropriate tags when you create posts. Post creation is set to alert people here based on the tags used. If you use relevant tags, you stand a better chance of reaching experts faster.
To perform leave one out cross-validation, train your model using all data points from your training set except one which you use for testing. Repeat until all data points have been left out and used for testing. Cross-validation is a standard machine learning procedure. As such the question is not specific to bioinformatics.