Re: Does the "mlr" plugin work on Linux with Weka?
Eibe Frank <[email protected]> Mon, 26 Jun 2023 15:09:24 +1200
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <CADehzLVKs_p2EE9ypfNG6Vqst8R1xE0osmOEjwAKOnL_52oZuA@mail.gmail.com> |
There is hope. I have just tried a system that runs Ubuntu 20.04 rather than 22.04, with the same version of R, Java, and WEKA, and MLRClassifier works fine on that system. The only issue was that I had to install a system library to get the xml package for R to install (and mlr to work): $ sudo apt-get install libxml2-dev I haven't tried this on 22.04 yet, but I suspect the issue is somewhere else in that case (perhaps the newer version of gcc that comes with Ubuntu 22.04 causes issues when compiling the R-related code from source). Here is the gcc version of the 20.04 system: $ gcc --version gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Cheers, Eibe On Sun, 25 Jun 2023 at 23:15, Erkan Ozhan <[email protected]> wrote: > Hi Eibe, thank you very much for your feedback. Is there any hope for the > future? > > Best wishes. > _______________________________________________ > 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 > _______________________________________________ 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