Skip to content

Instantly share code, notes, and snippets.

@ryancheu
Created February 6, 2021 13:48
Show Gist options
  • Save ryancheu/df2ea874a9a6fe094aab3b13412db59f to your computer and use it in GitHub Desktop.
Save ryancheu/df2ea874a9a6fe094aab3b13412db59f to your computer and use it in GitHub Desktop.
python3 -m venv quora_challenge_2021
source quora_challenge_2021/bin/activate
python -m pip install Keras==2.4.3 numpy==1.19.5 Keras-Preprocessing==1.1.2 lightgbm==3.1.1 pandas==1.1.5 scikit-learn==0.24.1 scipy==1.5.4 tensorboard==2.4.1 tensorboard-plugin-wit==1.8.0 tensorflow==2.4.1 tensorflow-estimator==2.4.0 torch==1.7.1 xgboost==1.3.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment