-
Notifications
You must be signed in to change notification settings - Fork 0
/
machine-learning.yml
67 lines (67 loc) · 1.2 KB
/
machine-learning.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
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
name: machine-learning
channels:
- conda-forge
- pytorch
dependencies:
# general numerics (version controlled)
- python=3.6*
- numpy=1.13*
- scipy=1.0*
- cython=0.28*
# machine learning
- pandas
- statsmodels
- scikit-learn
- xgboost
- theano
- tensorflow
- keras
- pytorch
- torchvision
- pip:
# Not packaged for conda forge or pyPI
- git+https://github.com/drckf/paysage.git
# NLP
- spacy
- nltk
# plotting and serialization
- deepdish
- matplotlib=2.2*
- holoviews=1.10*
- plotly
- ipympl # interactive plotting in jupyterlab
# parallel computing
- dill
- distributed
- hpc05
- ipyparallel
# jupyter tools and extensions
- jupyter_client>=5.2.2 # needed for adaptive
- ipykernel>=4.8* # needed for adaptive
- jupyter_cms
- jupyter_dashboards
- jupyterlab
- line_profiler
- nbdime
- nbstripout
- nb_conda
- mistune>=0.8.1
# other
- adaptive
- emcee
- feedparser
- git
- opencv
- pandoc
- pytest-flakes
- python-graphviz
- pillow
- scikit-image
- xlrd
- xarray
- ruamel.yaml
- pip:
- git+https://github.com/jupyterhub/nbserverproxy
- jupyter_dashboards_bundlers
- qtplot
- python-gitlab