File size: 844 Bytes
540852e
 
 
 
 
 
 
 
45b43af
540852e
 
 
 
 
 
 
 
 
 
 
 
 
 
a5e0cbf
7db3e25
 
d1e72da
009706f
 
540852e
 
 
 
 
 
d2f99d3
 
 
 
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
32
33
34
35
36
37
38
39
40
[project]
name = "projet4"
version = "0.1.0"
description = ""
authors = [
    {name = "Diane.Aurélie",email = "aurelie.gabu@gmail.com"}
]
readme = "README.md"
requires-python = "3.11.9"
dependencies = [
    "pandas ==2.2.3",
    "numpy ==1.26.4",
    "scikit-learn ==1.4.2",
    "matplotlib ==3.8.4",
    "seaborn ==0.13.2",
    "scipy ==1.12.0",
    "shap ==0.49.1",
    "xgboost ==2.0.3",
    "optuna ==3.6.1",
    "category-encoders ==2.6.3",
    "catboost ==1.2.7",
    "numba ==0.59.1",
    "llvmlite ==0.42.0",
    "ipykernel>=6.25,<7.0",
    "huggingface-hub ==1.3.1",
    "fastapi ==0.115.0",
    "uvicorn ==0.30.1",
    "python-dotenv ==1.2.1",
    "psycopg2-binary ==2.9.11"
]

[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.group.dev.dependencies]
pytest = "9.0.2"