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
+41-7Lines changed: 41 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -532,7 +532,37 @@ With your object store secret created, you can now reference any sub-folders to
532
532
533
533
[OPTION BEGIN [SAP AI Launchpad]]
534
534
535
-
> **IMPORTANT** Currently, SAP AI Launchpad offers no functionality to perform this step. Please perform this step using any one of the alternative options from the option tab.
535
+
You can create the create artifact for first `train.csv` that we uploaded to `jan` folder by visiting Datasets tab under ML operations and clicking on ADD.
536
+
537
+
<!-- border -->
538
+
539
+
Choose scenario as House Price (Tutorial) and click next.
540
+
541
+
<!-- border -->
542
+
543
+
544
+
Enter name as `House Price Dataset 101` enter description for the dataset and click next.
545
+
546
+
<!-- border -->
547
+
548
+
Enter the URL as `ai://mys3/data/jan` and click on next
549
+
550
+
<!-- border -->
551
+
552
+
Enter the labels for your Dataset and click on Review
553
+
554
+
<!-- border -->
555
+
556
+
You would be able to see all the details for the artifact you are trying to register just validate all the data and click on add.
557
+
558
+
<!-- border -->
559
+
560
+
You would be able to see the artifact created in the datasets tab that can be located at ML operations > datasets.
561
+
562
+
<!-- border -->
563
+
564
+
565
+
536
566
537
567
[OPTION END]
538
568
@@ -629,7 +659,7 @@ print(response.__dict__)
629
659
630
660
You have learnt to add data artifacts, allowing you to ingest more data over time.
631
661
632
-
### Important points to notice
662
+
**Important points to notice**
633
663
634
664
1. Notice the `url` used in above snippet is `ai://mys3/data/jan`, here `mys3` is the object store secret name that you created previously. Hence the path translates as `ai://<PATH_PREFIX_OF_mys3>/data/jan` which is the directory that your dataset file is located in.
635
665
2. The `url` points to a directory, not a file, which gives you advantage that you can store multiple files in an AWS S3 directory and register the directory containing all files as a single artifact.
@@ -770,7 +800,8 @@ Use the artifact ID of the `jan` dataset and the placeholder names to create a c
770
800
]
771
801
}
772
802
```
773
-
### Important points
803
+
804
+
**Important points**
774
805
775
806
1. You bind the artifact in the section `inputArtifactBindings`, where `key` denotes the placeholder name from your workflow and `artifactId` is the unique ID of the artifact that you registered. In later steps, you will bind the `feb` dataset's artifact ID, to learn how the same workflow can be used with multiple datasets.
776
807
@@ -804,7 +835,7 @@ print(response.__dict__)
804
835
805
836
<!-- border -->
806
837
807
-
### Important points
838
+
**Important points**
808
839
809
840
1. You bind the artifact in the section `inputArtifactBindings`, where `key` denotes the placeholder name from your workflow and `artifactId` is the unique ID of the artifact that you registered. In later steps, you will bind the `feb` dataset's artifact ID, to learn how the same workflow can be used with multiple datasets.
810
841
@@ -1024,11 +1055,13 @@ Enter a configuration name and select your other details. Select your updated th
1024
1055
1025
1056
Type `5` for the `DT_MAX_DEPTH` field and click **Next**.
1026
1057
1027
-
Attach the `feb` artifact that you have registered.
1058
+
Attach the `feb` artifact that you have registered and click **Review**.
1028
1059
1029
1060
<!-- border -->
1030
1061
1031
-
Click **Review** > **Create**.
1062
+
click **Create**.
1063
+
1064
+

1032
1065
1033
1066
[OPTION END]
1034
1067
@@ -1089,13 +1122,14 @@ print(response.__dict__)
1089
1122
1090
1123
### Create another execution
1091
1124
1092
-
1093
1125
Use your new configuration to create an execution.
1094
1126
1095
1127
[OPTION BEGIN [SAP AI Launchpad]]
1096
1128
1097
1129
Click **Create Execution** in the configuration details page.
1098
1130
1131
+
<!-- border -->
1132
+
1099
1133
<!-- border -->
1100
1134
1101
1135
To see the details of your new model, click the model card, and then on **execution** in the **Process Flow**. The information is also available through **ML Operations** > **Models**.
0 commit comments