Skip to content

Instantly share code, notes, and snippets.

@xhluca
Last active January 17, 2020 22:48
Show Gist options
  • Save xhluca/448989d7708ef23f7d3440c5a2a0d5ef to your computer and use it in GitHub Desktop.
Save xhluca/448989d7708ef23f7d3440c5a2a0d5ef to your computer and use it in GitHub Desktop.
Popular libraries for ML (no DL included). I use this when I get a clean installation of conda.
# Short link: http://bit.ly/python-ml-bundle
# Usage (after creating a venv or conda env):
# wget http://bit.ly/pip-ml-bundle
# pip install -r pip-ml-bundle
# rm pip-ml-bundle
# scientific
numpy
scipy
# viz
matplotlib
seaborn
plotly
# data wrangling
pandas
# machine learning
scikit-learn
# computer vision
scikit-image
opencv-python
pillow
# natural language processing
gensim
nltk
# misc
requests
jupyter
jupyterlab
tqdm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment