Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
@@ -17,7 +17,7 @@ from sklearn.datasets import fetch_openml
|
|
17 |
from sklearn.model_selection import train_test_split
|
18 |
|
19 |
|
20 |
-
client = Client("
|
21 |
|
22 |
dataset = fetch_openml(data_id=42890, as_frame=True, parser="auto")
|
23 |
|
|
|
17 |
from sklearn.model_selection import train_test_split
|
18 |
|
19 |
|
20 |
+
client = Client("akdiwahar/testModel")
|
21 |
|
22 |
dataset = fetch_openml(data_id=42890, as_frame=True, parser="auto")
|
23 |
|