發表文章

目前顯示的是 2月, 2020的文章

在 ubuntu 上安裝 autosklearn ( for python 3.7.4)

目前 autosklearn 不能直接安裝在 windows 上,而安裝在 ubuntu 上的方式如下: 1. 安裝  C++11 環境與最新版本的 SWIG,執行             sudo apt-get install build-essential swig 2. 準備安裝前的環境 ,執行      curl https://raw.githubusercontent.com/automl/auto-sklearn/master/requirements.txt | xargs -n 1 -L 1 pip install 3. 安裝 autosklearn ,執行       pip install auto-sklearn