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

conda.yaml 144 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. channels:
  2. - defaults
  3. - conda-forge
  4. dependencies:
  5. - python=3.7.5
  6. - pip
  7. - pip:
  8. - mlflow==1.13
  9. - tensorflow==2.1.0
  10. - sklearn
  11. - keras==2.2.4
Tip!

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

Comments

Loading...