1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

autosklearnのインストール

Posted at

#自分用メモ
ubuntu1604に公式のインストールでは入らない。
まずcondaでgccと、swigをインストールしてから、公式のubuntu向けインストールでインストール出来る。

  1. conda install gcc swig
  2. curl https://raw.githubusercontent.com/automl/auto-sklearn/master/requirements.txt | xargs -n 1 -L 1 pip install
  3. pip install auto-sklearn

##以下は公式のインストール方法
https://automl.github.io/auto-sklearn/stable/installation.html

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?