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