Skip to content

Commit 61a1d51

Browse files
committed
adding docs
1 parent 4f1606b commit 61a1d51

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

ads/feature_store/docs/source/dataset.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,14 @@ The ``get_statistics()`` method takes the following optional parameter:
220220
221221
.. image:: figures/dataset_statistics.png
222222

223+
.. code-block:: python3
224+
225+
# Fetch and visualize stats for a dataset job
226+
df = dataset.get_statistics(job_id).to_viz()
227+
228+
.. image:: figures/dataset_statistics_viz.png
229+
230+
223231
.. seealso::
224232

225233
:ref:`Statistics`

ads/feature_store/docs/source/feature_group.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,13 @@ The ``get_statistics()`` method takes the following optional parameter:
254254
255255
.. image:: figures/stats_1.png
256256

257+
.. code-block:: python3
258+
259+
# Fetch and visualize stats for a dataset job
260+
df = feature_group.get_statistics(job_id).to_viz()
261+
262+
.. image:: figures/feature_group_statistics_viz.png
263+
257264
.. seealso::
258265

259266
:ref:`Statistics`
Loading
Loading

0 commit comments

Comments
 (0)