Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # Install fbprophet on win
  2. conda install -c conda-forge pystan
  3. conda install -c conda-forge fbprophet
  4.  
  5. # Install xgboost
  6. conda install -c mikesilva xgboost
  7.  
  8. # Update
  9. conda update --all
  10.  
  11. # Clear package cache
  12. conda clean --all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement