[python]scikit-learnのインストールに必要なダウンロード容量

カテゴリ: python

pythonのscikit-learnをインストールするのに必要だったダウンロードファイルのサイズをメモしておきます。
合計55Mbyteぐらいで、モバイル回線経由でも問題なくダウンロードできる程度でした。

実行したコマンド

pip install numpy
pip install scipy
pip install scikit-learn

ダウンロードサイズ

|name|size(MB)|
|----|--------|
|numpy|12.2|
|scipy|31.2|
|scikit-learn|12.4|
|合計|55.8|

実行ログ

$ pip install numpy
Collecting numpy
  Downloading https://files.pythonhosted.org/packages/71/90/ca61e203e0080a8cef7ac21eca199829fa8d997f7c4da3e985b49d0a107d/numpy-1.14.3-cp36-cp36m-manylinux1_x86_64.whl (12.2MB)
    100% |████████████████████████████████| 12.2MB 87kB/s
Installing collected packages: numpy
Successfully installed numpy-1.14.3


$ pip install scipy
Collecting scipy
  Downloading https://files.pythonhosted.org/packages/a8/0b/f163da98d3a01b3e0ef1cab8dd2123c34aee2bafbb1c5bffa354cc8a1730/scipy-1.1.0-cp36-cp36m-manylinux1_x86_64.whl (31.2MB)
    100% |████████████████████████████████| 31.2MB 45kB/s
Requirement already satisfied: numpy>=1.8.2 in /home/vagrant/.pyenv/versions/3.6.5/lib/python3.6/site-packages (from scipy)
Installing collected packages: scipy
Successfully installed scipy-1.1.0


$ pip install scikit-learn
Collecting scikit-learn
  Downloading https://files.pythonhosted.org/packages/3d/2d/9fbc7baa5f44bc9e88ffb7ed32721b879bfa416573e85031e16f52569bc9/scikit_learn-0.19.1-cp36-cp36m-manylinux1_x86_64.whl (12.4MB)
    100% |████████████████████████████████| 12.4MB 90kB/s
Installing collected packages: scikit-learn
Successfully installed scikit-learn-0.19.1

Amazonでおトクに買い物する方法
AmazonチャージでポイントGET


Amazonは買いもの前にAmazonギフト券をチャージしてポイントをゲットしないと損!

こちらもおススメ

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です