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

requirements.txt 230 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
  1. # local package
  2. -e .
  3. # external requirements
  4. click
  5. Sphinx
  6. coverage
  7. awscli
  8. flake8
  9. python-dotenv>=0.5.1
  10. pylint
  11. pytest-cov
  12. pandas
  13. numpy
  14. matplotlib
  15. dagshub
  16. dvc
  17. joblib
  18. scikit-learn
  19. mlflow
  20. seaborn
  21. sklearn
  22. cookiecutter
  23. flask
  24. pyyaml
Tip!

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

Comments

Loading...