Re: Filter dataset by column value Wrapper Python
Peter Reutemann <[email protected]>
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <[email protected]> |
It would be good if you could give an example what kind of filtering you are trying to achieve. Without knowing the specifics, you might be able to use this filter: https://weka.sourceforge.io/doc.dev/weka/filters/unsupervised/instance/SubsetByExpression.html Cheers, Peter On October 29, 2021 2:41:38 AM GMT+13:00, [email protected] wrote: >Hi, > >I have a dataset with thousands of IDs and I would like to filter per ID using Wrapper on Python. Is it possible? How? > >I load the file using the command dat = loader.load_file("veh0_num3.arff") >Thanks >_______________________________________________ >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 -- Peter Reutemann Dept. of Computer Science University of Waikato, NZ +64 (7) 858-5174 (office) +64 (7) 577-5304 (home office) http://www.cms.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