February 28, 2013

scikit-learnのインストールをした

Debian系のOSを使っている人は、


$ sudo apt-get install python-sklearn

でインストール出来る。

最近、scikit-learnが流行って来ているようなので、少しずつ使っていきたいな。

まずは、インストールの確認ということで、


$ ipython

Python 2.7.3 (default, Sep 26 2012, 21:51:14) 

Type "copyright", "credits" or "license" for more information.



IPython 0.13.1.rc2 -- An enhanced Interactive Python.

?         -> Introduction and overview of IPython's features.

%quickref -> Quick reference.

help      -> Python's own help system.

object?   -> Details about 'object', use 'object??' for extra details.



In [1]: import sklearn



In [2]: sklearn.\_\_version\_\_

Out[2]: '0.11'

インストールは無事に出来ているようです。

最新版は0.13.1なので、一部動かないものがあるかもしれない。

© gepuro 2013

Slideshare Icon from here , Home Icon from icons8