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

meta.yaml 502 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. package:
  2. name: yspecies
  3. version: 0.3.0
  4. channels:
  5. - conda-forge
  6. - bioconda
  7. - defaults
  8. requirements:
  9. build:
  10. - python=3.8
  11. - setuptools
  12. run:
  13. - numpy>=1.18.5
  14. - python=3.8
  15. - pandas>=1.0.5
  16. - anaconda-client>=1.7.2
  17. - scikit-learn>=0.23.2
  18. - seaborn>=0.10.1
  19. - more-itertools>=8.4.0
  20. - lightgbm>=3.1.1
  21. - statsmodels>=0.11.1
  22. - optuna>=2.3.0
  23. - loguru>=0.5.0
  24. - plotly>=4.14.1
  25. - shap>=0.37.0
  26. test:
  27. imports:
  28. - yspecies
  29. source:
  30. path: ../
Tip!

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

Comments

Loading...