Spaces:
Sleeping
Sleeping
Jimin Park
commited on
Commit
·
3b049ff
1
Parent(s):
3c67330
readme updated
Browse files
README.md
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
-
# README.md
|
2 |
-
"""
|
3 |
---
|
4 |
-
title: League
|
5 |
emoji: 🎮
|
6 |
colorFrom: blue
|
7 |
colorTo: red
|
8 |
sdk: gradio
|
9 |
-
sdk_version: 4.19.2
|
10 |
app_file: app.py
|
11 |
pinned: false
|
12 |
---
|
@@ -25,8 +23,4 @@ This Gradio app predicts the final champion pick in a League of Legends game bas
|
|
25 |
1. Enter player name
|
26 |
2. Click "Show Stats" to view player statistics
|
27 |
3. Select 9 champions using the dropdowns
|
28 |
-
4. Click "Predict" to get the prediction for the final champion
|
29 |
-
|
30 |
-
## Model
|
31 |
-
This app uses an XGBoost model trained on League of Legends match data to predict the final champion pick.
|
32 |
-
"""
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: League Champion Predictor
|
3 |
emoji: 🎮
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
+
sdk_version: "4.19.2"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
23 |
1. Enter player name
|
24 |
2. Click "Show Stats" to view player statistics
|
25 |
3. Select 9 champions using the dropdowns
|
26 |
+
4. Click "Predict" to get the prediction for the final champion
|
|
|
|
|
|
|
|