Re: Fwd: Welcome to the "Wekalist" mailing list

Peter Reutemann <[email protected]>
Newsgroups gmane.comp.ai.weka
Message-ID <CAHoQ12L1gc235htu=R=dT8f94HUREow21zCrxLgX9SfbGb1tSw@mail.gmail.com>
> A person on stackoverflow recommended installing "SignificanceAttributeEval" but I'm not able to find this through package manager. I'm running Weka 3-8-5 for Mac.

Try the following package:
probabilisticSignificanceAE

For people using the python-weka-wrapper3 library, here's the script:

import weka.core.jvm as jvm
import weka.core.packages as packages
jvm.start(packages=True)
print(packages.suggest_package("SignificanceAttributeEval"))
jvm.stop()

NB: This package suggestion is offline, i.e., based on classes from
"official" packages present at the time of generating the release of
pww3.

Cheers, Peter
-- 
Peter Reutemann
Dept. of Computer Science
University of Waikato, NZ
+64 (7) 577-5304
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.