Re: Misclassified instances' indexes
Valerio jus <[email protected]> Sun, 6 Aug 2023 02:19:06 +0100
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <CAOksSMbk_CM4wtmUhw7hBLKphxNey=rtULCgCxOFjTm1Sf4HbQ@mail.gmail.com> |
>From the Preprocess tab, use the "AddID" filter. Then, in the Classify tab, use the "FilteredClassifier" method. Configure FilteredClassifier by selecting its base classifier (e.g., J48) and choosing the "Remove" filter to be its filter. In this sense, configure the "Remove" filter by setting its "attributeIndices" at 1. Now, after running the FilteredClassifier algorithm, inspect the resulting errors via the "Visualize classifier errors" option where instances and their ID can be checked. Cheers, Valerio _______________________________________________ Wekalist mailing list -- [email protected] Send posts to [email protected] To unsubscribe send an email to [email protected] To subscribe, unsubscribe, etc., visit https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html