-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel2cloud.yml
31 lines (31 loc) · 1005 Bytes
/
model2cloud.yml
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
name: model2cloud
channels:
- pytorch
- fastai
- conda-forge
- defaults
dependencies:
- python=3.9
- notebook # jupyter classic notebooks
- jupyter_contrib_nbextensions # jupyter addons
- pynvim # neovim python provider, for neovim users
- jupytext # convert ipynb to python
- tqdm # progress bar
- pandas
- pyarrow
- scikit-learn
- category_encoders # multiple encoding techniques in one cool library
- scipy
- matplotlib
- plotly # interactive figures
- python-kaleido # static image support for plotly
- seaborn
- pytorch
- torchvision
- fastai
- xgboost
- dvc # data version control
- optuna # hyperparameter optimizations
- pylama # python linting
- fastapi # for the webapp
- uvicorn