a | b/requirements.txt | ||
---|---|---|---|
1 | numpy |
||
2 | openpyxl |
||
3 | pandas |
||
4 | omegaconf |
||
5 | torch |
||
6 | scikit-learn |
||
7 | xgboost |
||
8 | catboost |
||
9 | matplotlib |
||
10 | seaborn |
||
11 | numpyencoder |
||
12 | sqlalchemy |
||
13 | |||
14 | # if use mysql |
||
15 | # sudo apt-get install -y python3-mysqldb |
||
16 | mysqlclient |
||
17 | |||
18 | # if use postgresql |
||
19 | psycopg2-binary |