Skip to content

Commit 85ae918

Browse files
committed
updated documents
1 parent a50a0aa commit 85ae918

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

ads/feature_store/docs/source/quickstart.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
Quick start
22
************
3+
1. Create a `OCI notebook session <https://docs.oracle.com/en-us/iaas/data-science/using/create-notebook-sessions.htm>`__ to access jupyterlab interface.
34

4-
- Install the ``fspyspark32_p38_cpu_v1`` plugin
5+
2. Open the terminal in the notebook session and install the ``fspyspark32_p38_cpu_v1`` plugin
56

67
.. code-block:: shell
78
89
odsc conda install --uri https://objectstorage.us-ashburn-1.oraclecloud.com/n/bigdatadatasciencelarge/b/service-conda-packs-fs/o/service_pack/cpu/PySpark_3.2_and_Feature_Store/1.0/fspyspark32_p38_cpu_v1#conda
910
11+
3. Download the notebooks from the example notebook section.
12+
13+
.. seealso::
14+
Refer :ref:`Notebook Examples` to check out more example for using feature store
15+
16+
4. Upload the notebook in the notebook session and run the notebook after replacing the required variables.
17+
1018

1119
Background reading to understand the concepts of Feature Store and OCI Data Science:
1220

@@ -26,9 +34,6 @@ Background reading to understand the concepts of Feature Store and OCI Data Scie
2634

2735
Refer `Terraform section <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/index.html#document-terraform>`__ for setting up feature store server.
2836

29-
.. seealso::
30-
Refer :ref:`Notebook Examples` to check out more example for using feature store
31-
3237
.. warning::
3338

3439
1. Initial implementation will not allow parallel execution of similar logical constructs. Creation will be sequential.

0 commit comments

Comments
 (0)