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 284 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
  1. # local package
  2. -e .
  3. # external requirements
  4. click
  5. Sphinx
  6. coverage
  7. dvc~=2.1.0
  8. awscli
  9. flake8
  10. python-dotenv>=0.5.1
  11. pandas~=1.1.5
  12. numpy~=1.22
  13. PyYAML>=5.4
  14. setuptools~=51.3.3
  15. scikit-learn~=0.24.0
  16. plotly-express~=0.4.0
  17. hyperopt~=0.2.5
  18. kaggle~=1.5.10
  19. pytest
  20. tableone~=0.7.10
  21. xgboost~=1.3.3
Tip!

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

Comments

Loading...