mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
c9f8ed1304
* feat(Data): added script to download data from binance * feat(Data): saving unified parquet file/loading * fix(Config): tweak the cusum filter's threshold * fix(Dependencies): added binance_historical_data
40 lines
620 B
YAML
40 lines
620 B
YAML
name: quant
|
|
channels:
|
|
- johnsnowlabs
|
|
- conda-forge
|
|
- defaults
|
|
- ml4t
|
|
- ranaroussi
|
|
dependencies:
|
|
- python=3.9
|
|
- scikit-learn-intelex=2021.4.0
|
|
- pip:
|
|
- black
|
|
- skorch
|
|
- fracdiff
|
|
- ray
|
|
- diskcache
|
|
- seaborn
|
|
- ipython
|
|
- ipykernel
|
|
- scipy
|
|
- scikit-learn
|
|
- numba
|
|
- matplotlib
|
|
- numpy
|
|
- quantstats
|
|
- pytest
|
|
- wandb
|
|
- python-dotenv
|
|
- tscv
|
|
- tqdm
|
|
- pandas-ta
|
|
- xgboost
|
|
- lightgbm
|
|
- alphalens-reloaded
|
|
- vectorbt
|
|
- pydantic
|
|
- pandera[mypy]
|
|
- binance_historical_data
|
|
prefix: /usr/local/anaconda3/envs/quant
|