Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

environment.yaml 605 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  1. name: yspecies
  2. channels:
  3. - antonkulaga
  4. - conda-forge
  5. - bioconda
  6. - defaults
  7. dependencies:
  8. - python=3.8
  9. - jupyterlab>=2.2.8
  10. - dvc>=1.7.3
  11. - papermill>=2.1.2
  12. - anaconda-client>=1.7.2
  13. - conda-build>=3.20.2
  14. - mamba>=0.5.1
  15. - scikit-learn>=0.23.2
  16. - seaborn>=0.10.1
  17. - more-itertools>=8.4.0
  18. - shap>=0.36.0
  19. - lightgbm>=3.0.0
  20. - statsmodels>=0.11.1
  21. - optuna>=2.1.0
  22. - click>=7.1.2
  23. - loguru>=0.5.0
  24. - plotly>=4.11.0
  25. #- yspecies=0.2.3
  26. - pip
  27. - pip:
  28. - interpret>=0.2.1 #for experimental notebooks with explained boosting machines
  29. prefix: /data/miniconda3/envs/species
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...