Created
March 18, 2018 03:09
-
-
Save treper/a52981e28088bb61d8cff7dcceb965a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!apt-get install libboost-program-options-dev zlib1g-dev libboost-python-dev cmake | |
!pip install Cython | |
!pip install http://download.pytorch.org/whl/cpu/torch-0.3.1-cp36-cp36m-linux_x86_64.whl | |
!pip install torchvision | |
!pip install git+https://github.com/maciejkula/spotlight.git | |
!pip install configparser | |
!pip install nltk | |
!pip install tqdm | |
!pip install statsmodels | |
!pip install tflearn | |
!pip install tensorlayer | |
!pip install keras | |
!pip install gensim | |
!pip install jieba | |
!pip install xgboost | |
!pip install lightgbm | |
!pip install imbalanced-learn | |
!pip install xlearn | |
!pip install git+https://github.com/anttttti/Wordbatch.git | |
!pip install vowpalwabbit | |
!pip install git+https://github.com/jeongyoonlee/Kaggler.git | |
!pip install fasttext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment