mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-01 05:07:47 +00:00
a7414eac23
* feat: initial wandb configured. Sweep parameters aren't configured yet. * feat: Wandb logs now results. * feat: gitignore. * fix: Took out print() * feat: Changed default value of wandb to False. * feat: Added wandb to turn of automatically if there is no environment variable to start it (when we push it). Added environment configuration aswell. * fix(Dependencies): the package name seems to be python-dotenv Co-authored-by: Mark Aron Szulyovszky <mark.szulyovszky@gmail.com>
23 lines
336 B
YAML
23 lines
336 B
YAML
name: quant
|
|
channels:
|
|
- johnsnowlabs
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python=3.9
|
|
- seaborn
|
|
- scikit-learn-intelex
|
|
- ipython
|
|
- scipy
|
|
- scikit-learn
|
|
- numba
|
|
- pytorch
|
|
- matplotlib
|
|
- numpy
|
|
- quantstats
|
|
- pytorch-lightning
|
|
- pytest
|
|
- wandb
|
|
- python-dotenv
|
|
prefix: /usr/local/anaconda3/envs/quant
|