Skip to content

Commit

Permalink
adding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh97 committed Sep 21, 2023
1 parent 4f1606b commit 61a1d51
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ads/feature_store/docs/source/dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,14 @@ 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::

:ref:`Statistics`
Expand Down
7 changes: 7 additions & 0 deletions ads/feature_store/docs/source/feature_group.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,13 @@ The ``get_statistics()`` method takes the following optional parameter:
.. image:: figures/stats_1.png

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

.. seealso::

:ref:`Statistics`
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 61a1d51

Please sign in to comment.