Spaces:
Sleeping
Sleeping
Commit
·
27e0d07
1
Parent(s):
28f5b64
Updated the directory path for the model
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from training_data_prep import list_format, modification, league_money, df_gen
|
|
9 |
from feature_engineering import heroes, hero_information
|
10 |
|
11 |
# Load the ONNX model
|
12 |
-
model_path = Path("model/
|
13 |
session = ort.InferenceSession(model_path)
|
14 |
|
15 |
def process_player_data(player_id, mmr, comf_1, comf_2, comf_3, comf_4, comf_5):
|
|
|
9 |
from feature_engineering import heroes, hero_information
|
10 |
|
11 |
# Load the ONNX model
|
12 |
+
model_path = Path("model/rd2l_forest.onnx")
|
13 |
session = ort.InferenceSession(model_path)
|
14 |
|
15 |
def process_player_data(player_id, mmr, comf_1, comf_2, comf_3, comf_4, comf_5):
|