Skip to content

Commit 04a2d08

Browse files
authored
Update how-to-mlflow-batch.md
1 parent 8fe5392 commit 04a2d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/batch-inference/how-to-mlflow-batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ For testing our endpoint, we are going to use a sample of unlabeled data located
243243
name: heart-dataset-unlabeled
244244
description: An unlabeled dataset for heart classification.
245245
type: uri_folder
246-
path: heart-dataset
246+
path: heart-classifier-mlflow/data
247247
```
248248
249249
Then, create the data asset:
@@ -255,7 +255,7 @@ For testing our endpoint, we are going to use a sample of unlabeled data located
255255
# [Azure ML SDK for Python](#tab/sdk)
256256

257257
```python
258-
data_path = "resources/heart-dataset/"
258+
data_path = "heart-classifier-mlflow/data"
259259
dataset_name = "heart-dataset-unlabeled"
260260

261261
heart_dataset_unlabeled = Data(

0 commit comments

Comments
 (0)