Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ade1ola
/
credit_risk_classification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ade1ola
commited on
Apr 1, 2025
Commit
d95bb05
·
verified
·
1 Parent(s):
7600b57
Create require
Browse files
Files changed (1)
hide
show
require
+7
-0
require
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
gradio>=3.50.2
2
+
pandas>=1.5.3
3
+
numpy>=1.24.3
4
+
scikit-learn>=1.2.2
5
+
joblib>=1.3.1
6
+
hopsworks>=3.0.0
7
+
python-dotenv>=1.0.0