diff --git a/ads/feature_store/docs/source/dataset.rst b/ads/feature_store/docs/source/dataset.rst index 0fe9700af..b0d8c7f91 100644 --- a/ads/feature_store/docs/source/dataset.rst +++ b/ads/feature_store/docs/source/dataset.rst @@ -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:: @@ -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: @@ -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 ======= diff --git a/ads/feature_store/docs/source/feature_group.rst b/ads/feature_store/docs/source/feature_group.rst index f0baf037a..16c49f216 100644 --- a/ads/feature_store/docs/source/feature_group.rst +++ b/ads/feature_store/docs/source/feature_group.rst @@ -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` @@ -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: