Last active
January 17, 2020 22:48
-
-
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.
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
# 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