You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/ai-core-data/ai-core-data.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -373,9 +373,13 @@ Enter your AWS credentials. Note that the appearance of the screen will not chan
373
373
374
374
[ACCORDION-BEGIN [Step 7: ](Upload datasets to AWS S3)]
375
375
376
-
For our data, we will use a toy dataset from `Scikit Learn`. Download [this dataset](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_california_housing.html).
376
+
Download the `train.csv`[dataset](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/ai-core-data/train.csv). You need to right click, and save the page as `train.csv`.
377
377
378
-
Download the `train.csv`[dataset](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/ai-core-data/train.csv)
378
+
!
379
+
380
+
!
381
+
382
+
> **INFORMATION** The data used is from `Scikit Learn`. The source of the data is [here](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_california_housing.html).
379
383
380
384
To upload the datasets to you AWS S3 Storage, paste and edit the following command in the terminal:
> Information: Artifacts appear in the `default` resource group and the **Datasets** menu, because you had registered artifacts with `resource_group = default` and `Kind = Dataset` in Step 9.
686
+
> **INFORMATION** Artifacts appear in the `default` resource group and the **Datasets** menu, because you had registered artifacts with `resource_group = default` and `Kind = Dataset` in Step 9.
683
687
684
688
Copy the artifact ID of the January dataset. You will use this value in the placeholders of your workflows, to create your execution. The **ID** of artifacts allows SAP AI Core to ingest data into workflows.
0 commit comments