Skip to content

Commit f770257

Browse files
committed
added documentaion
1 parent 5f3a4e5 commit f770257

File tree

1 file changed

+118
-0
lines changed

1 file changed

+118
-0
lines changed

notebook_examples/README.md

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,3 +724,121 @@ This notebook was developed on the conda pack with slug: `rapids2110_p37_gpu_v1`
724724
<sub>Universal Permissive License v 1.0</sup>
725725

726726
---
727+
728+
### <a name="feature_store_ehr_data.ipynb"></a> - Medical Data Management Using Feature Store
729+
730+
<sub>Updated: 11/13/2023</sub>
731+
#### [`feature_store_ehr_data.ipynb`](feature_store_ehr_data.ipynb)
732+
733+
Manage and utilize medical data efficiently using a feature store. This notebook demonstrates the storage, retrieval, and manipulation of Electronic Health Record (EHR) data within a feature store framework.
734+
735+
`feature store` `medical data` `data management`
736+
737+
<sub>License: Universal Permissive License v 1.0</sub>
738+
739+
---
740+
741+
### <a name="feature_store_embeddings.ipynb"></a> - Storage of Hugging Face Embeddings Using Feature Store
742+
743+
<sub>Updated: 11/13/2023</sub>
744+
#### [`feature_store_embeddings.ipynb`](feature_store_embeddings.ipynb)
745+
746+
Explore the storage and retrieval of Hugging Face embeddings within a feature store setup. This notebook provides insights into storing and utilizing pre-trained embeddings for various natural language processing tasks using the feature store infrastructure.
747+
748+
`feature store` `Hugging Face embeddings` `storage`
749+
750+
<sub>License: Universal Permissive License v 1.0</sub>
751+
752+
---
753+
754+
### <a name="feature_store_embeddings_openai.ipynb"></a> - Storage of OpenAI Embeddings Using Feature Store
755+
756+
<sub>Updated: 11/13/2023</sub>
757+
#### [`feature_store_embeddings_openai.ipynb`](feature_store_embeddings_openai.ipynb)
758+
759+
Learn how to store and leverage OpenAI embeddings effectively within a feature store environment. This notebook guides users through the process of managing and utilizing OpenAI-generated embeddings for diverse machine learning applications within a feature store framework.
760+
761+
`feature store` `OpenAI embeddings` `storage`
762+
763+
<sub>License: Universal Permissive License v 1.0</sub>
764+
765+
---
766+
767+
### <a name="feature_store_medical_synthetic_data_openai.ipynb"></a> - Synthetic Data Generation Using Feature Store
768+
769+
<sub>Updated: 11/13/2023</sub>
770+
#### [`feature_store_medical_synthetic_data_openai.ipynb`](feature_store_medical_synthetic_data_openai.ipynb)
771+
772+
Generate synthetic medical data leveraging OpenAI tools within a feature store. This notebook illustrates the process of creating synthetic medical data for various research and analysis purposes using the capabilities of a feature store.
773+
774+
`feature store` `synthetic data generation` `medical data`
775+
776+
<sub>License: Universal Permissive License v 1.0</sub>
777+
778+
---
779+
780+
### <a name="feature_store_pii_redaction_and_transformation.ipynb"></a> - PII Redaction Using Feature Store
781+
782+
<sub>Updated: 11/13/2023</sub>
783+
#### [`feature_store_pii_redaction_and_transformation.ipynb`](feature_store_pii_redaction_and_transformation.ipynb)
784+
785+
Explore techniques and methods for Personally Identifiable Information (PII) redaction and transformation within a feature store environment. This notebook demonstrates how to manage sensitive data securely by implementing PII masking and transformation techniques using a feature store.
786+
787+
`feature store` `PII redaction` `data security`
788+
789+
<sub>License: Universal Permissive License v 1.0</sub>
790+
791+
---
792+
793+
### <a name="feature_store_querying.ipynb"></a> - Querying Operations Using Feature Store
794+
795+
<sub>Updated: 11/13/2023</sub>
796+
#### [`feature_store_querying.ipynb`](feature_store_querying.ipynb)
797+
798+
Understand and perform querying operations within a feature store setup. This notebook covers querying techniques, data retrieval, and manipulation strategies to efficiently access and utilize stored features in a feature store environment.
799+
800+
`feature store` `querying` `data operations`
801+
802+
<sub>License: Universal Permissive License v 1.0</sub>
803+
804+
---
805+
806+
### <a name="feature_store_quickstart.ipynb"></a> - Quickstart for Feature Store
807+
808+
<sub>Updated: 11/13/2023</sub>
809+
#### [`feature_store_quickstart.ipynb`](feature_store_quickstart.ipynb)
810+
811+
Get started quickly with a feature store setup using this introductory notebook. It provides step-by-step guidance and essential information for setting up and utilizing a feature store environment for efficient data management and analysis.
812+
813+
`feature store` `quickstart` `data management`
814+
815+
<sub>License: Universal Permissive License v 1.0</sub>
816+
817+
---
818+
819+
### <a name="feature_store_schema_evolution.ipynb"></a> - Schema Evolution and Schema Enforcement Using Feature Store
820+
821+
<sub>Updated: 11/13/2023</sub>
822+
#### [`feature_store_schema_evolution.ipynb`](feature_store_schema_evolution.ipynb)
823+
824+
Learn about schema evolution and enforcement techniques within a feature store. This notebook explores methods to handle schema changes, enforce data integrity, and manage evolving data structures effectively in a feature store environment.
825+
826+
`feature store` `schema evolution` `data integrity`
827+
828+
<sub>License: Universal Permissive License v 1.0</sub>
829+
830+
---
831+
832+
### <a name="feature_store_spark_magic.ipynb"></a> - Big Data Operations Using Feature Store
833+
834+
<sub>Updated: 11/13/2023</sub>
835+
#### [`feature_store_spark_magic.ipynb`](feature_store_spark_magic.ipynb)
836+
837+
Explore big data operations within a feature store using Spark magic commands. This notebook demonstrates how to leverage the power of Spark for efficient data handling and analysis in a feature store environment.
838+
839+
`feature store` `big data operations` `Spark`
840+
841+
<sub>License: Universal Permissive License v 1.0</sub>
842+
843+
---
844+

0 commit comments

Comments
 (0)