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 428 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
  1. name: yspecies
  2. channels:
  3. - antonkulaga
  4. - conda-forge
  5. - bioconda
  6. - defaults
  7. dependencies:
  8. - python=3.8
  9. - jupyterlab=3.0.14
  10. - dvc=2.0.18
  11. - papermill=2.3.3
  12. - anaconda-client=1.7.2
  13. - conda-build=3.21.4
  14. - mamba=0.10.0
  15. - scikit-learn=0.24.1
  16. - seaborn=0.11.1
  17. - more-itertools=8.7.0
  18. - lightgbm=3.2.0
  19. - statsmodels=0.12.2
  20. - click=7.1.2
  21. - loguru=0.5.3
  22. - plotly=4.14.3
  23. - shap=0.37.0
  24. - optuna=2.7.0
Tip!

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

Comments

Loading...