Actions

Difference between revisions of "Install PyMVPA Ubuntu"

From ACL@NCU

Line 11: Line 11:


#sciki-learn machine learning package
#sciki-learn machine learning package
sudo pip install sciki-learn --upgrade
sudo pip install scikit-learn --upgrade




</pre>
</pre>

Revision as of 16:30, 6 January 2016

  1. Install the following python packages
#the pymvpa package
sudo apt-get install python-mvpa2

#the tutorial dataset
sudo apt-get install python-mvpa2-tutorialdata

#scipy version has to be > 0.9
sudo pip install scipy --upgrade

#sciki-learn machine learning package
sudo pip install scikit-learn --upgrade