Compare commits
2 Commits
0802754a05
...
80ee5f763f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80ee5f763f | ||
|
|
73029ed6b6 |
@ -6,16 +6,15 @@ version = "0.1.0"
|
|||||||
description = "信用卡欺诈检测系统"
|
description = "信用卡欺诈检测系统"
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"flask",
|
"numpy>=1.24.0",
|
||||||
"numpy",
|
"polars>=0.19.0",
|
||||||
"polars",
|
"scikit-learn>=1.3.0",
|
||||||
"scikit-learn",
|
"imbalanced-learn>=0.11.0",
|
||||||
"imbalanced-learn",
|
"matplotlib>=3.7.0",
|
||||||
"matplotlib",
|
"seaborn>=0.12.0",
|
||||||
"seaborn",
|
"joblib>=1.3.0",
|
||||||
"joblib",
|
"pydantic>=2.0.0",
|
||||||
"pydantic",
|
"streamlit>=1.28.0",
|
||||||
"streamlit",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user