Skip to content

Commit

Permalink
added dataste
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitizLohia committed Sep 22, 2023
1 parent 84423cc commit 43c6394
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
25 changes: 0 additions & 25 deletions ads/feature_store/docs/source/dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,6 @@ The ``get_statistics()`` method takes the following optional parameter:
.. image:: figures/dataset_statistics.png

.. code-block:: python3
# Fetch and visualize stats for a dataset job
df = dataset.get_statistics(job_id).to_viz()
.. image:: figures/dataset_statistics_viz.png


.. seealso::

Expand All @@ -247,9 +240,6 @@ You can call the ``get_features_df()`` method of the Dataset instance to fetch f
Preview
========

.. deprecated:: 1.0.3
Use :func:`as_of` instead.

You can call the ``preview()`` method of the Dataset instance to preview the dataset.

The ``.preview()`` method takes the following optional parameter:
Expand All @@ -263,21 +253,6 @@ The ``.preview()`` method takes the following optional parameter:
df = dataset.preview(row_count=50)
df.show()
as_of
=======

You can call the ``as_of()`` method of the Dataset instance to get specified point in time and time traveled data.

The ``.as_of()`` method takes the following optional parameter:

- ``commit_timestamp: date-time``. Commit timestamp for dataset
- ``version_number: int``. Version number for dataset

.. code-block:: python3
# as_of feature group
df = dataset.as_of(version_number=1)
Restore
=======
Expand Down
5 changes: 0 additions & 5 deletions ads/feature_store/docs/source/feature_group.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ The ``get_statistics()`` method takes the following optional parameter:
.. image:: figures/stats_1.png

.. image:: figures/feature_group_statistics_viz.png

.. seealso::

:ref:`Statistics`
Expand Down Expand Up @@ -296,9 +294,6 @@ Feature store provides an API similar to Pandas to join feature groups together
Preview
=======

.. deprecated:: 1.0.3
Use :func:`as_of` instead.

You can call the ``preview()`` method of the FeatureGroup instance to preview the feature group.

The ``.preview()`` method takes the following optional parameter:
Expand Down

0 comments on commit 43c6394

Please sign in to comment.