Skip to content

Instantly share code, notes, and snippets.

@re9ulus
Created April 29, 2017 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save re9ulus/9cf0b1ecaf3c10bcdeb0b85de8afc75e to your computer and use it in GitHub Desktop.
Save re9ulus/9cf0b1ecaf3c10bcdeb0b85de8afc75e to your computer and use it in GitHub Desktop.
Python conda tips
# Install fbprophet on win
conda install -c conda-forge pystan
conda install -c conda-forge fbprophet
# Install xgboost
conda install -c mikesilva xgboost
# Update
conda update --all
# Clear package cache
conda clean --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment