Spaces:
Sleeping
Sleeping
Jimin Park
commited on
Commit
·
d3292b9
1
Parent(s):
b68e73c
kermitting soon
Browse files- util/app.py +1 -1
util/app.py
CHANGED
@@ -235,7 +235,7 @@ def predict_champion(player_opgg_url, *champions):
|
|
235 |
# Convert Pandas DataFrame to DMatrix
|
236 |
X_test = DMatrix(X_test)
|
237 |
|
238 |
-
print("type(X_test) after converting to DMatrix: ", type(X_test), "\n")
|
239 |
|
240 |
print("Starting model prediction... \n")
|
241 |
|
|
|
235 |
# Convert Pandas DataFrame to DMatrix
|
236 |
X_test = DMatrix(X_test)
|
237 |
|
238 |
+
print("type(X_test) after converting to DMatrix: ", type(X_test), "\n")
|
239 |
|
240 |
print("Starting model prediction... \n")
|
241 |
|