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 264 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
  1. # local package
  2. -e .
  3. # external requirements
  4. pandas~=1.3.2
  5. numpy~=1.19.5
  6. PyYAML>=5.4
  7. scikit-learn~=0.24.0
  8. hyperopt~=0.2.5
  9. pytest~=6.2.2
  10. tableone~=0.7.10
  11. requests~=2.25.1
  12. kaggle~=1.5.12
  13. pillow~=9.0.1
  14. tensorflow~=2.7.2
  15. Keras>=2.7.0
  16. opencv-contrib-python~=4.5.2.52
Tip!

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

Comments

Loading...