Last active
January 4, 2022 19:53
-
-
Save matiasvallejosdev/efac44cdb89df5fccad9f1c31c4af40c to your computer and use it in GitHub Desktop.
Library for ML Projects
This file contains 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
appnope==0.1.0 | |
argon2-cffi==20.1.0 | |
astropy==4.0.1.post1 | |
attrs==19.3.0 | |
backcall==0.2.0 | |
bleach==3.1.5 | |
certifi==2020.6.20 | |
cffi==1.14.1 | |
chardet==3.0.4 | |
confuse==1.3.0 | |
cycler==0.10.0 | |
Cython==0.29.21 | |
decorator==4.4.2 | |
defusedxml==0.6.0 | |
descartes==1.1.0 | |
entrypoints==0.3 | |
hdbscan==0.8.26 | |
htmlmin==0.1.12 | |
idna==2.10 | |
ImageHash==4.1.0 | |
imbalanced-learn==0.7.0 | |
imblearn==0.0 | |
importlib-metadata==1.7.0 | |
ipykernel==5.3.4 | |
ipynb==0.5.1 | |
ipython-genutils==0.2.0 | |
ipywidgets==7.5.1 | |
jedi==0.17.2 | |
Jinja2==2.11.2 | |
joblib==0.16.0 | |
json5==0.9.5 | |
jsonschema==3.2.0 | |
jupyter-client==6.1.6 | |
jupyter-core==4.6.3 | |
jupyterlab==2.2.2 | |
jupyterlab-server==1.2.0 | |
kiwisolver==1.2.0 | |
llvmlite==0.33.0 | |
MarkupSafe==1.1.1 | |
matplotlib==3.3.0 | |
missingno==0.4.2 | |
mistune==0.8.4 | |
mizani==0.7.1 | |
nbconvert==5.6.1 | |
nbformat==5.0.7 | |
networkx==2.4 | |
notebook==6.1.0 | |
numba==0.50.1 | |
numpy==1.19.1 | |
packaging==20.4 | |
palettable==3.3.0 | |
pandas==1.1.0 | |
pandas-profiling==2.8.0 | |
pandocfilters==1.4.2 | |
parso==0.7.1 | |
patsy==0.5.1 | |
pexpect==4.8.0 | |
phik==0.10.0 | |
pickleshare==0.7.5 | |
Pillow==7.2.0 | |
plotly==4.9.0 | |
plotnine==0.7.0 | |
prometheus-client==0.8.0 | |
prompt-toolkit==3.0.5 | |
ptyprocess==0.6.0 | |
pycparser==2.20 | |
pydotplus==2.0.2 | |
Pygments==2.6.1 | |
pyparsing==2.4.7 | |
pyrsistent==0.16.0 | |
python-dateutil==2.8.1 | |
pytz==2020.1 | |
PyWavelets==1.1.1 | |
PyYAML==5.3.1 | |
pyzmq==19.0.2 | |
qgrid==1.3.1 | |
requests==2.24.0 | |
retrying==1.3.3 | |
scikit-learn==0.23.1 | |
scipy==1.5.2 | |
seaborn==0.10.1 | |
Send2Trash==1.5.0 | |
six==1.15.0 | |
sklearn==0.0 | |
statsmodels==0.11.1 | |
tangled-up-in-unicode==0.0.6 | |
terminado==0.8.3 | |
testpath==0.4.4 | |
threadpoolctl==2.1.0 | |
tornado==6.0.4 | |
tqdm==4.48.0 | |
traitlets==4.3.3 | |
umap-learn==0.4.6 | |
urllib3==1.25.10 | |
visions==0.4.4 | |
wcwidth==0.2.5 | |
webencodings==0.5.1 | |
widgetsnbextension==3.5.1 | |
yellowbrick==1.1 | |
zipp==3.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install requirements from file:
pip install -r requirements.txt
More information