Skip to content

Commit 8be4d38

Browse files
authored
Merge pull request #105267 from ram-msft/patch-12
Input name changed to titanic
2 parents 1b81136 + 43de13e commit 8be4d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-train-with-datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ from azureml.core import Dataset, Run
6868

6969
run = Run.get_context()
7070
# get the input dataset by name
71-
dataset = run.input_datasets['titanic_ds']
71+
dataset = run.input_datasets['titanic']
7272
# load the TabularDataset to pandas DataFrame
7373
df = dataset.to_pandas_dataframe()
7474
```

0 commit comments

Comments
 (0)