Skip to content

Commit ecb4de3

Browse files
committed
Merge remote-tracking branch 'origin/feature/feature-store-marketplace-operator' into feature/feature-store-marketplace-operator
2 parents 50425af + 8f87171 commit ecb4de3

File tree

5 files changed

+3
-161
lines changed

5 files changed

+3
-161
lines changed

ads/feature_store/docs/source/transformation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Transformations in a Feature Store refer to the operations and processes applied
55

66
.. image:: figures/transformation.png
77

8-
* ``TransformationMode.PANDAS``: Pandas Transformation lets users to do the transformation using native pandas functionality.
9-
* ``TransformationMode.SQL``: Spark SQL brings native support for SQL to Spark. Users generally can give the spark transformation that they wish to do using spark SQL.
10-
* ``TransformationMode.SPARK``: Spark Transformation lets users to do the transformation using native spark functionality.
8+
* ``TransformationMode.PANDAS``: Pandas Transformation lets users to do the transformation using native pandas functionality. The interface expects ``PANDAS`` dataframe as input and ``PANDAS`` dataframe as output.
9+
* ``TransformationMode.SQL``: Spark SQL brings native support for SQL to Spark. Users generally can give the spark transformation that they wish to do using spark SQL. The interface expects ``SPARK`` dataframe as input and ``SQL STRING`` as output.
10+
* ``TransformationMode.SPARK``: Spark Transformation lets users to do the transformation using native spark functionality. The interface expects ``SPARK`` dataframe as input and ``SPARK`` dataframe as output.
1111

1212
.. tabs::
1313

ads/feature_store/docs/source/user_guides.setup.getting_started.rst

Lines changed: 0 additions & 110 deletions
This file was deleted.

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Oracle Accelerated Data Science (ADS)
6969
user_guide/pipeline/index
7070
user_guide/large_language_model/index
7171
user_guide/secrets/index
72-
user_guide/feature_store/index
7372

7473

7574
.. toctree::
Binary file not shown.

docs/source/user_guide/feature_store/index.rst

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)