i have a question regarding the predict() function from scikit-learn. I try to validate my trained classifier by testing with data, that is not in the training data and also has a different label. So i basically want, that the classifiers output is: 'new data is not predictable'. How do I implement that? Right now the classifier is just trying to predict the trained labels on the new data with totally different labels. Could you help me out?!
Cheers Richard