-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconda_quant.yaml
90 lines (85 loc) · 1.85 KB
/
conda_quant.yaml
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
# conda env create --force -f conda_quant.yaml
name: quant
channels:
- conda-forge
- defaults
dependencies:
- python = 3.8
- xeus-python
- mkl
- mamba
# - nomkl
# - openblas
- numpy
- scipy
- scikit-learn
- statsmodels
# - pingouin
# - fastcluster
# - pyclustering
- pyarrow >= 2.0
- pandas >= 1.1
- pandas_market_calendars
# trading_calendars
- ipython
- jedi == 0.17.2
- ipdb
- jupyterlab < 3.0
- jupyterlab-git
- nbdime
- matplotlib
- bokeh
- dask
- distributed
# - modin
# - pandarallel
# - swifter
- prefect[viz, gcp, aws]
- graphviz
- joblib
- tenacity
- psutil
- tqdm
- requests
- trio
- fsspec
- s3fs
- boto3
- google-api-python-client
- pip
- pip:
- trio-websocket
- pandas-ta
- finta
- fracdiff
- pandas-bokeh
- finplot
- yellowbrick
- ray[tune]
- tune-sklearn
- pdbpp
- pdbr
- pudb
- ipdb
# - skranger
# - ppscore
# - persist-queue[extra]
# - dcor
# jupyter labextension install @krassowski/jupyterlab_go_to_definition, jupyterlab-execute-time, @jupyterlab/shortcutui, nbdime-jupyterlab, qgrid2, @jupyterlab/git
# https://github.com/gregversteeg/gaussianize
# https://github.com/gregversteeg/LinearCorex
# https://github.com/gregversteeg/bio_corex
# https://github.com/gregversteeg/corex_topic
# https://github.com/hrayrhar/T-CorEx
# https://github.com/gregversteeg/LinearSieve
# https://github.com/ChongYou/subspace-clustering
# - progressbar
# - spams
# https://github.com/padilha/biclustlib
# https://github.com/KronicDeth/biclustering
# https://github.com/Biclustering/biclust
# https://pypi.org/project/SubCMedians
# https://github.com/udellgroup/pyglrm
# pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o
# brew tap adoptopenjdk/openjdk
# brew cask install adoptopenjdk14