When using multiple classifiers - How to measure the ensemble's performance? [SciKit Learn]
问题 I have a classification problem (predicting whether a sequence belongs to a class or not), for which I decided to use multiple classification methods, in order to help filter out the false positives. (The problem is in bioinformatics - classifying protein sequences as being Neuropeptide precursors sequences. Here's the original article if anyone's interested, and the code used to generate features and to train a single predictor) . Now, the classifiers have roughly similar performance metrics