mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
fc5eba4e2d
* 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
37 lines
527 B
YAML
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
|