I’ve been trying to run the add-on extension but failed so far. Attached image shows the message İ am getting. I also tried v.class.ml without any success.
My version of Grass GİS is 7.0 beta 3. About section states Python 2.7.4 and wxPython 2.8.12.1
My operating system is Windows 7. İnstalled python version is 3.2. Mlpy 3.5.0.
I've been trying to run the add-on extension but failed so far. Attached
image shows the message İ am getting. I also tried v.class.ml without any
success.
My version of Grass GİS is 7.0 beta 3. About section states Python 2.7.4
and wxPython 2.8.12.1
My operating system is Windows 7. İnstalled python version is 3.2. Mlpy
3.5.0.
As Nikos suggested you should install sklearn library and make this library visible to the python interpreter modifying the python path.
You can check if your setup is corrected trying: “import sklearn” from the python shell in the GRASS GUI… If not exceptions are raised then you have setup the python path correctly.