Re: Turn off "inputmappedclassifier" default setting in weka explorer
Peter Reutemann <[email protected]> Mon, 15 Jan 2024 08:45:21 +1300
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <CAHoQ12J9imvxQaz-tzLxsEHDdPQ_j4i=njD-0CgRST_XPD=4mg@mail.gmail.com> |
> I am using weka explorer on a training set and a test set. I accidentally turned on the “inputmappedclassifier” default setting to always run when using an input test set. Could you please tell me how to turn this off so that when I run explorer using an inputed test set that it does not default to using the “inputmappedclassifier” when classifying? Thanks Check your $HOME/wekafiles/systemDialogs (Linux/Mac) or %USERPROFILE%\wekafiles\systemDialogs directory whether there is the following file present: weka.gui.explorer.ClassifierPanel.AutoWrapInInputMappedClassifier If yes, delete it, restart Weka and try again. NB: The above is based on a quick look at the code of the Explorer's classifier panel: https://git.cms.waikato.ac.nz/weka/weka/-/blob/main/trunk/weka/src/main/java/weka/gui/explorer/ClassifierPanel.java?ref_type=heads#L1376 Cheers, Peter -- Peter Reutemann Dept. of Computer Science University of Waikato, Hamilton, NZ Mobile +64 22 190 2375 https://www.cs.waikato.ac.nz/~fracpete/ http://www.data-mining.co.nz/ _______________________________________________ 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