Re: Confusion Matirx
Bob Matthews <[email protected]>
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <[email protected]> |
I did post the classifier, Peter I am using J48 -C 0.25 -M 2 Bob M On 10/16/2021 6:45 PM, Peter Reutemann wrote: > Depending on your classifier (which you didn't post), the model > probably only consists of a single split point. After all, there is > only a single variable to build a model on. > > Have you tried using discretization (supervised or unsupervised > filter) on your real valued attribute? You can wrap your classifier > and the filter in the FilteredClassifier meta classifier. Then you > don't have to worry about dataset compatibility, you can just use the > original data. > > Cheers, Peter > _______________________________________________ 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