Skip to content

Commit 5c4683f

Browse files
committed
Updated section numbering.
1 parent d5b25da commit 5c4683f

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

FeaturePreview/Enterprise_Feature_Store/EFS_Getting_Started_Python.ipynb

+31-31
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"<header>\n",
88
" <p style='font-size:36px;font-family:Arial; color:#F0F0F0; background-color: #00233c; padding-left: 20pt; padding-top: 20pt;padding-bottom: 10pt; padding-right: 20pt;'>\n",
9-
" Enterprise Feature Store Functions - Getting Started\n",
9+
" Using the Enterprise Feature Store Functions\n",
1010
" <br>\n",
1111
" <img id=\"teradata-logo\" src=\"https://storage.googleapis.com/clearscape_analytics_demo_data/DEMO_Logo/teradata.svg\" alt=\"Teradata\" style=\"width: 125px; height: auto; margin-top: 20pt;\">\n",
1212
" </p>\n",
@@ -324,7 +324,7 @@
324324
"metadata": {},
325325
"source": [
326326
"<hr style=\"height:2px;border:none;background-color:#00233C;\">\n",
327-
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>2. Setup a Feature Store Repository and Grant access on it to different users. </b>\n"
327+
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>3. Setup a Feature Store Repository and Grant access on it to different users. </b>\n"
328328
]
329329
},
330330
{
@@ -400,8 +400,8 @@
400400
"metadata": {},
401401
"source": [
402402
"<hr style=\"height:2px;border:none;background-color:#00233C;\">\n",
403-
"<p style = 'font-size:20px;font-family:Arial;color:#00233C'><b>3. Create and Register objects with FeatureStore </b></p>\n",
404-
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>3.1 Create and Register Feature </b>"
403+
"<p style = 'font-size:20px;font-family:Arial;color:#00233C'><b>4. Create and Register objects with FeatureStore </b></p>\n",
404+
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>4.1 Create and Register Feature </b>"
405405
]
406406
},
407407
{
@@ -411,7 +411,7 @@
411411
"tags": []
412412
},
413413
"source": [
414-
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>3.1.1.Creating a Feature</b></p>"
414+
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>4.1.1 Creating a Feature</b></p>"
415415
]
416416
},
417417
{
@@ -458,7 +458,7 @@
458458
"tags": []
459459
},
460460
"source": [
461-
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>3.1.2 Register Feature with FeatureStore `fs` </b></p>"
461+
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>4.1.2 Register Feature with FeatureStore `fs` </b></p>"
462462
]
463463
},
464464
{
@@ -496,14 +496,14 @@
496496
"metadata": {},
497497
"source": [
498498
"<hr style=\"height:1px;border:none;background-color:#00233C;\">\n",
499-
"<p style = 'font-size:18px;font-family:Arial;color:#00233C'><b>3.2 Create and Register Entity </b></p>"
499+
"<p style = 'font-size:18px;font-family:Arial;color:#00233C'><b>4.2 Create and Register Entity </b></p>"
500500
]
501501
},
502502
{
503503
"cell_type": "markdown",
504504
"metadata": {},
505505
"source": [
506-
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>3.2.1 Creating an Entity </b></p>"
506+
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>4.2.1 Creating an Entity </b></p>"
507507
]
508508
},
509509
{
@@ -530,7 +530,7 @@
530530
"cell_type": "markdown",
531531
"metadata": {},
532532
"source": [
533-
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>3.2.2 Register Entity with FeatureStore `fs` </b></p>"
533+
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>4.2.2 Register Entity with FeatureStore `fs` </b></p>"
534534
]
535535
},
536536
{
@@ -568,7 +568,7 @@
568568
"metadata": {},
569569
"source": [
570570
"<hr style=\"height:1px;border:none;background-color:#00233C;\">\n",
571-
"<p style = 'font-size:18px;font-family:Arial;color:#00233C'><b>3.3 Create and Register DataSource </b></p>\n",
571+
"<p style = 'font-size:18px;font-family:Arial;color:#00233C'><b>4.3 Create and Register DataSource </b></p>\n",
572572
"<li style = 'font-size:16px;font-family:Arial;color:#00233C'>DataSource can be either created from a SQL Query or from Teradata DataFrame.</li>\n",
573573
"<li style = 'font-size:16px;font-family:Arial;color:#00233C'>DataSource has argument `timestamp_col_name` which accepts the name of Column in DataSource which indicates when the corresponding record is created. This is much helpfull to get historic dataset. </li>"
574574
]
@@ -577,7 +577,7 @@
577577
"cell_type": "markdown",
578578
"metadata": {},
579579
"source": [
580-
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>3.3.1 Creating a DataSource from Teradata DataFrame</b></p>"
580+
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>4.3.1 Creating a DataSource from Teradata DataFrame</b></p>"
581581
]
582582
},
583583
{
@@ -604,7 +604,7 @@
604604
"cell_type": "markdown",
605605
"metadata": {},
606606
"source": [
607-
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>3.3.2 Creating a DataSource from SQL Query</b></p>"
607+
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>4.3.2 Creating a DataSource from SQL Query</b></p>"
608608
]
609609
},
610610
{
@@ -631,7 +631,7 @@
631631
"cell_type": "markdown",
632632
"metadata": {},
633633
"source": [
634-
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>3.3.3 Register DataSource with FeatureStore `fs`</b></p>"
634+
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>4.3.3 Register DataSource with FeatureStore `fs`</b></p>"
635635
]
636636
},
637637
{
@@ -669,7 +669,7 @@
669669
"metadata": {},
670670
"source": [
671671
"<hr style=\"height:1px;border:none;background-color:#00233C;\">\n",
672-
"<p style = 'font-size:18px;font-family:Arial;color:#00233C'><b>3.4 Create and Register FeatureGroup </b></p>\n",
672+
"<p style = 'font-size:18px;font-family:Arial;color:#00233C'><b>4.4 Create and Register FeatureGroup </b></p>\n",
673673
"<li style = 'font-size:16px;font-family:Arial;color:#00233C'>FeatureGroup can be created using Teradata DataFrame.</li>\n",
674674
"<li style = 'font-size:16px;font-family:Arial;color:#00233C'>FeatureGroup can be created using SQL Query. </li>\n",
675675
"<li style = 'font-size:16px;font-family:Arial;color:#00233C'>FeatureGroup can be created using objects of Feature, Entity, DataSource. </li>\n"
@@ -679,7 +679,7 @@
679679
"cell_type": "markdown",
680680
"metadata": {},
681681
"source": [
682-
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>3.4.1 Creating a FeatureGroup from Teradata DataFrame\n",
682+
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>4.4.1 Creating a FeatureGroup from Teradata DataFrame\n",
683683
"</b></p>"
684684
]
685685
},
@@ -711,7 +711,7 @@
711711
"cell_type": "markdown",
712712
"metadata": {},
713713
"source": [
714-
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>3.4.2 Creating a FeatureGroup from SQL Query\n",
714+
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>4.4.2 Creating a FeatureGroup from SQL Query\n",
715715
"</b></p>"
716716
]
717717
},
@@ -743,7 +743,7 @@
743743
"cell_type": "markdown",
744744
"metadata": {},
745745
"source": [
746-
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>3.4.3 Creating a FeatureGroup using objects of Feature, Entity and DataSource\n",
746+
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>4.4.3 Creating a FeatureGroup using objects of Feature, Entity and DataSource\n",
747747
"</b></p>"
748748
]
749749
},
@@ -770,7 +770,7 @@
770770
"cell_type": "markdown",
771771
"metadata": {},
772772
"source": [
773-
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>3.4.4 Register FeatureGroup with FeatureStore `fs`\n",
773+
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'><b>4.4.4 Register FeatureGroup with FeatureStore `fs`\n",
774774
"</b></p>"
775775
]
776776
},
@@ -829,7 +829,7 @@
829829
"metadata": {},
830830
"source": [
831831
"<hr style=\"height:2px;border:none;background-color:#00233C;\">\n",
832-
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>4. Searching inside Teradata Enterprise Feature Store </b>"
832+
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>5. Searching inside Teradata Enterprise Feature Store </b>"
833833
]
834834
},
835835
{
@@ -880,7 +880,7 @@
880880
"metadata": {},
881881
"source": [
882882
"<hr style=\"height:2px;border:none;background-color:#00233C;\">\n",
883-
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>5. Modifying FeatureStore Objects </b>"
883+
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>6. Modifying FeatureStore Objects </b>"
884884
]
885885
},
886886
{
@@ -902,7 +902,7 @@
902902
"metadata": {},
903903
"source": [
904904
"<hr style=\"height:1px;border:none;background-color:#00233C;\">\n",
905-
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>5.1 Update description for Feature PatientAge </b>"
905+
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>6.1 Update description for Feature PatientAge </b>"
906906
]
907907
},
908908
{
@@ -942,7 +942,7 @@
942942
"metadata": {},
943943
"source": [
944944
"<hr style=\"height:1px;border:none;background-color:#00233C;\">\n",
945-
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>5.2 Update description for Entity PatientEntity</b>"
945+
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>6.2 Update description for Entity PatientEntity</b>"
946946
]
947947
},
948948
{
@@ -992,7 +992,7 @@
992992
"metadata": {},
993993
"source": [
994994
"<hr style=\"height:1px;border:none;background-color:#00233C;\">\n",
995-
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>5.3 Update timestamp_col_name for DataSource PatientProfileSource</b>"
995+
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>6.3 Update timestamp_col_name for DataSource PatientProfileSource</b>"
996996
]
997997
},
998998
{
@@ -1042,7 +1042,7 @@
10421042
"metadata": {},
10431043
"source": [
10441044
"<hr style=\"height:1px;border:none;background-color:#00233C;\">\n",
1045-
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>5.4 Update FeatureGroup</b>\n",
1045+
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>6.4 Update FeatureGroup</b>\n",
10461046
"<li style = 'font-size:16px;font-family:Arial;color:#00233C'> Note: Updating FeatureGroup will update the underlying Feature(s), DataSource, Entity.</li>"
10471047
]
10481048
},
@@ -1108,7 +1108,7 @@
11081108
"metadata": {},
11091109
"source": [
11101110
"<hr style=\"height:1px;border:none;background-color:#00233C;\">\n",
1111-
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>5.5 How to add a new Feature or change Entity or DataSource to an Existing FeatureGroup</b>\n",
1111+
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>6.5 How to add a new Feature or change Entity or DataSource to an Existing FeatureGroup</b>\n",
11121112
"<li style = 'font-size:16px;font-family:Arial;color:#00233C'> You can always modify FeatureGroup with `FeatureGroup.apply()` method.</li>\n",
11131113
"<li style = 'font-size:16px;font-family:Arial;color:#00233C'> Note: `FeatureGroup.apply()` will not update details to `repo`. You should do `FeatureStore.apply()` to update repo.</li>\n"
11141114
]
@@ -1160,7 +1160,7 @@
11601160
"metadata": {},
11611161
"source": [
11621162
"<hr style=\"height:1px;border:none;background-color:#00233C;\">\n",
1163-
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>5.6 How to remove a new Feature from an Existing FeatureGroup</b>\n",
1163+
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>6.6 How to remove a new Feature from an Existing FeatureGroup</b>\n",
11641164
"<li style = 'font-size:16px;font-family:Arial;color:#00233C'> You can use `FeatureGroup.remove()` method to remove object from FeatureGroup.</li>\n",
11651165
"<li style = 'font-size:16px;font-family:Arial;color:#00233C'> Note: `FeatureGroup.remove()` will not update details to `repo`. You should do `FeatureStore.apply()` to update repo.</li>\n"
11661166
]
@@ -1210,7 +1210,7 @@
12101210
"metadata": {},
12111211
"source": [
12121212
"<hr style=\"height:2px;border:none;background-color:#00233C;\">\n",
1213-
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>6. Combining multiple FeatureGroups </b>"
1213+
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>7. Combining multiple FeatureGroups </b>"
12141214
]
12151215
},
12161216
{
@@ -1380,7 +1380,7 @@
13801380
"metadata": {},
13811381
"source": [
13821382
"<hr style=\"height:2px;border:none;background-color:#00233C;\">\n",
1383-
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>7. Archive and Delete objects in FeatureStore </b>"
1383+
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>8. Archive and Delete objects in FeatureStore </b>"
13841384
]
13851385
},
13861386
{
@@ -1413,7 +1413,7 @@
14131413
"metadata": {},
14141414
"source": [
14151415
"<hr style=\"height:1px;border:none;background-color:#00233C;\">\n",
1416-
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>7.1 Archive a Feature. Delete the archived Feature.</b>\n"
1416+
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>8.1 Archive a Feature. Delete the archived Feature.</b>\n"
14171417
]
14181418
},
14191419
{
@@ -1482,7 +1482,7 @@
14821482
"metadata": {},
14831483
"source": [
14841484
"<hr style=\"height:1px;border:none;background-color:#00233C;\"> \n",
1485-
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>7.2 Archive a FeatureGroup. Delete the archived objects.</b>"
1485+
"<b style = 'font-size:18px;font-family:Arial;color:#00233C'>8.2 Archive a FeatureGroup. Delete the archived objects.</b>"
14861486
]
14871487
},
14881488
{
@@ -1736,7 +1736,7 @@
17361736
"metadata": {},
17371737
"source": [
17381738
"<hr style=\"height:2px;border:none;background-color:#00233C;\">\n",
1739-
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>8. Creating Datasets and historic Datasets for ML models </b>\n"
1739+
"<b style = 'font-size:20px;font-family:Arial;color:#00233C'>8.3 Creating Datasets and historic Datasets for ML models </b>\n"
17401740
]
17411741
},
17421742
{

0 commit comments

Comments
 (0)