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 432 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
  1. package:
  2. name: yspecies
  3. version: 0.2.1
  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. - more-itertools>=8.4.0
  17. - scikit-learn>=0.23.2
  18. - seaborn>=0.10.1
  19. - shap>=0.35.0
  20. - lightgbm>=2.3.1
  21. - statsmodels>=0.11.1
  22. - optuna>=2.0.0
  23. test:
  24. imports:
  25. - yspecies
  26. source:
  27. path: ../
Tip!

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

Comments

Loading...