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

Pipfile 214 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
  1. [[source]]
  2. url = "https://pypi.python.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. pandas = "*"
  7. scikit-learn = "*"
  8. joblib = "*"
  9. dagshub = "*"
  10. [dev-packages]
  11. dvc = "*"
  12. [requires]
  13. python_version = "3.8"
Tip!

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

Comments

Loading...