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

pyproject.toml 710 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
30
31
  1. [project]
  2. name = "heart-disease-mlflow"
  3. version = "0.1.0"
  4. description = "Heart disease classifier"
  5. readme = "README.md"
  6. requires-python = ">=3.12"
  7. dependencies = [
  8. "catboost>=1.2.7",
  9. "dvc>=3.59.1",
  10. "dvc-gdrive>=3.0.1",
  11. "evidently>=0.6.5",
  12. "fastapi>=0.115.8",
  13. "hyperopt>=0.2.7",
  14. "ipywidgets>=8.1.5",
  15. "joblib>=1.4.2",
  16. "jupyter>=1.1.1",
  17. "matplotlib>=3.10.0",
  18. "mlflow>=2.20.2",
  19. "numpy>=1.26.4",
  20. "pandas>=2.2.3",
  21. "prefect>=3.2.6",
  22. "psycopg>=3.2.4",
  23. "psycopg-binary>=3.2.4",
  24. "pyarrow>=18.1.0",
  25. "python-dotenv>=1.0.1",
  26. "requests>=2.32.3",
  27. "scikit-learn>=1.6.1",
  28. "tqdm>=4.67.1",
  29. "xgboost>=2.1.4",
  30. "ydata-profiling>=4.12.2",
  31. ]
Tip!

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

Comments

Loading...