marcilioduarte commited on
Commit
6e9cc63
·
1 Parent(s): 77b9b1d

Add Hugging Face Spaces configuration front matter

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Credit Worthiness Risk Classification
2
 
3
  End-to-end classification case study for credit risk prediction, including preprocessing, model selection, and app delivery.
 
1
+ ---
2
+ title: Credit Worthiness Risk Classification
3
+ emoji: "📈"
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: "3.24.1"
8
+ python_version: "3.10"
9
+ app_file: app.py
10
+ pinned: false
11
+ ---
12
+
13
  # Credit Worthiness Risk Classification
14
 
15
  End-to-end classification case study for credit risk prediction, including preprocessing, model selection, and app delivery.