Skip to content

Commit 5d34fca

Browse files
committed
added notebook examples
1 parent 017b18e commit 5d34fca

9 files changed

+421
-22061
lines changed

notebook_examples/feature_store_ehr_data.ipynb

Lines changed: 63 additions & 1949 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_embeddings.ipynb

Lines changed: 53 additions & 3357 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_embeddings_openai.ipynb

Lines changed: 56 additions & 8325 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_medical_synthetic_data_openai.ipynb

Lines changed: 48 additions & 950 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_pii_redaction_and_transformation.ipynb

Lines changed: 46 additions & 767 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_querying.ipynb

Lines changed: 95 additions & 4987 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_quickstart.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"import os\n",
213213
"\n",
214214
"compartment_id = os.environ.get(\"NB_SESSION_COMPARTMENT_OCID\")\n",
215-
"metastore_id = \"ocid1.datacatalogmetastore.oc1.iad.amaaaaaabiudgxya2ipeqjr2m7npnn3kboq4s27erl3ts56wggl6ls6gpn3q\""
215+
"metastore_id = \"<metastore_id>\""
216216
]
217217
},
218218
{
@@ -7466,7 +7466,7 @@
74667466
],
74677467
"xaxis": "x3",
74687468
"y": [
7469-
0.0005975475737811011,
7469+
5.975475737811011E-4,
74707470
0.024388831856522415,
74717471
0.03388446241911656,
74727472
0.049757724439592387,
@@ -35591,7 +35591,7 @@
3559135591
0,
3559235592
0,
3559335593
0,
35594-
6.823207589888016e-05,
35594+
6.823207589888016E-5,
3559535595
0.007412484609014697,
3559635596
0.0074186875250055045,
3559735597
0.04449558404072421,
@@ -38140,9 +38140,9 @@
3814038140
],
3814138141
"metadata": {
3814238142
"kernelspec": {
38143-
"display_name": "Python [conda env:fspyspark32_p38_cpu_v2]",
38143+
"display_name": "Python 3 (ipykernel)",
3814438144
"language": "python",
38145-
"name": "conda-env-fspyspark32_p38_cpu_v2-py"
38145+
"name": "python3"
3814638146
},
3814738147
"language_info": {
3814838148
"codemirror_mode": {
@@ -38154,7 +38154,7 @@
3815438154
"name": "python",
3815538155
"nbconvert_exporter": "python",
3815638156
"pygments_lexer": "ipython3",
38157-
"version": "3.8.16"
38157+
"version": "3.7.4"
3815838158
}
3815938159
},
3816038160
"nbformat": 4,

0 commit comments

Comments
 (0)