You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -145,6 +157,17 @@ These examples also work with spark dataframes.
145
157
You can see the output of such example notebook code `here <https://crclz.com/popmon/reports/test_data_report.html>`_.
146
158
For all available examples, please see the `tutorials <https://popmon.readthedocs.io/en/latest/tutorials.html>`_ at read-the-docs.
147
159
160
+
Pipelines for monitoring dataset shift
161
+
======================================
162
+
Advanced users can leverage popmon's modular data pipeline to customize their workflow.
163
+
Visualization of the pipeline can be useful when debugging, or for didactic purposes.
164
+
There is a `script <https://github.com/ing-bank/popmon/tree/master/tools/>`_ included with the package that you can use.
165
+
The plotting is configurable, and depending on the options you will obtain a result that can be used for understanding the data flow, the high-level components and the (re)use of datasets.
166
+
167
+
|pipeline|
168
+
169
+
*Example pipeline visualization (click to enlarge)*
170
+
148
171
Resources
149
172
=========
150
173
@@ -202,6 +225,9 @@ Copyright ING WBAA. `popmon` is completely free, open-source and licensed under
0 commit comments