[GRASS-user] Regarding issues with v.class.mlpy

Date: November 27, 2014

Hi All,

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.

Much appreciate your assistance in this regard.

Best,

Imtiaz

(attachments)

V.class.mlpy.jpg
V.class.ml.jpg

iat bd wrote:

Hi All,

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.

Have you also http://scikit-learn.org/stable/ installed?

Nikos

Il 27/nov/2014 09:35 “Nikos Alexandris”

Have you also http://scikit-learn.org/stable/ installed?

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.

Pietro