Skip to content

Instantly share code, notes, and snippets.

View nthakor's full-sized avatar

Nilay Thakor nthakor

View GitHub Profile
@yngtodd
yngtodd / auto-sklearn.txt
Last active July 7, 2021 23:13
Installing Auto-Sklearn and Pyrfr on Mac OSX.
# Create a conda environment
conda create -n bayes
source activate bayes
# Get a new version of gcc from anaconda
conda install gcc
# Get Auto-Sklearn and the terribly stubborn pyrfr libraries
curl https://raw.githubusercontent.com/automl/auto-sklearn/master/requirements.txt | xargs -n 1 -L 1 pip install