ubuntu下安装autosklearn(基础环境装好的情况下)

python3.6 pip等已经装好的情况安装auto-sklearn,终端下分别运行以下命令

sudo apt-get install swig
curl https://raw.githubusercontent.com/automl/auto-sklearn/master/requirements.txt | xargs -n 1 -L 1 pip install auto-sklearn
sudo apt-get install build-essential swig

你可能感兴趣的:(教程)