-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_python_packages
More file actions
executable file
·105 lines (81 loc) · 1.95 KB
/
_python_packages
File metadata and controls
executable file
·105 lines (81 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
#!/bin/bash
pip install -U pip
pip install -U cython
# jupyter environment
pip install -U jupyter
ipython kernel install --user
pip install -U jupyterlab
pip install -U jupyterlab_widgets
jupyter serverextension enable --py jupyterlab --sys-prefix
pip install -U jupyter_contrib_nbextensions
pip install -U jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
jupyter contrib nbextension install --user
pip install -U jupyterthemes
pip install -U jupyter-c-kernel
# Geomaps in Jupyterlab
pip install -U ipyleaflet
jupyter labextension install jupyter-leaflet
# utils
pip install -U cookiecutter
pip install -U pyarrow
pip install -U fastparquet
pip install -U feather-format
pip install -U h5py
pip install -U numexpr
pip install -U pylint
pip install -U nose
pip install -U happybase
pip install -U line_profiler
pip install -U numba
pip install -U networkx
pip install -U mmh3
# graphics
pip install -U matplotlib
pip install -U plotly
pip install -U seaborn
pip install -U ggplot
pip install -U yellowbrick
pip install -U scikit-plot
# geo
pip install -U pytz
pip install -U pycountry
pip install -U shapely
pip install -U geopandas
pip install -U movingpandas
# machine learning
pip install -U numpy
pip install -U scipy
pip install -U scikit-learn
pip install -U pandas
pip install -U xgboost
pip install -U lightgbm
pip install -U catboost
pip install -U statsmodels
pip install -U ml_metrics
pip install -U rpy2
pip install -U shap
pip install -U lime
# Feature Selection
pip install -U skrebate
# NLP
pip install -U fuzzywuzzy
pip install -U gensim
pip install -U spacy
pip install -U nltk
pip install -U tqdm
# hyper-parameter tuning packages
pip install -U scikit-optimize
# Time Series
pip install -U tsfresh
pip install -U traces
# Deep Learning
pip install -U tensorflow
pip install -U torch
pip install -U keras
# Api
pip install -U flask
# code beautifier/formater
pip install -U yapf
# Orchestration
pip install -U apache-airflow