Files
drift/environment.yml
T
Mark Aron Szulyovszky c9f8ed1304 feat(Data): added script to download data from binance (#224)
* 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
2022-02-20 12:30:53 +01:00

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