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 338 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
26
27
28
29
  1. python-dotenv
  2. pandas
  3. numpy
  4. pymongo
  5. certifi
  6. pymongo[srv]==3.6
  7. scikit-learn
  8. dill
  9. pyaml
  10. xgboost
  11. imbalanced-learn
  12. dask
  13. pyarrow
  14. # DVC and MLflow integration
  15. dvc
  16. dvc-s3
  17. dvc-gdrive
  18. mlflow>=2.3.0
  19. dagshub
  20. pytest
  21. pytest-cov
  22. # FastAPI and dependencies
  23. fastapi>=0.95.0
  24. uvicorn>=0.22.0
  25. pydantic>=1.10.7
  26. starlette>=0.26.1
  27. python-multipart
  28. ## -e .
Tip!

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

Comments

Loading...