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
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