Files
drift/environment.yml
T
Mark Aron Szulyovszky fc5eba4e2d feat(Models): added lightGBM, moved other models to separate files (#128)
* feat(Models): added lightGBM, moved other models to separate files

* feat(Models): added non-working statsmodel wrapper

* fix(Models): added work-in-progress comment to StatsModels
2022-01-08 12:02:42 +01:00

37 lines
527 B
YAML

name: quant
channels:
- johnsnowlabs
- conda-forge
- defaults
- ml4t
dependencies:
- python=3.9
- seaborn
- scikit-learn-intelex=2021.4.0
- ipython
- ipykernel
- scipy
- scikit-learn
- numba
- pytorch
- matplotlib
- numpy
- quantstats
- pytorch-lightning
- pytest
- wandb
- python-dotenv
- tscv
- tqdm
- pip
- pandas-ta
- xgboost
- lightgbm
- alphalens-reloaded
- pyfolio-reloaded
- pip:
- fracdiff
- ray
- diskcache
prefix: /usr/local/anaconda3/envs/quant