whylogs.viz.extensions.reports.histograms
#
Module Contents#
Classes#
A Writable is an object that contains data to write to a file or files. |
|
A Writable is an object that contains data to write to a file or files. |
|
A Writable is an object that contains data to write to a file or files. |
|
A Writable is an object that contains data to write to a file or files. |
- class whylogs.viz.extensions.reports.histograms.DistributionChart(ref_view: Optional[whylogs.DatasetProfileView] = None, target_view: Optional[whylogs.DatasetProfileView] = None, height: Optional[str] = None)#
Bases:
whylogs.viz.extensions.reports.html_report.HTMLReport
A Writable is an object that contains data to write to a file or files. These might be temporary files intended to be passed on to another consumer (e.g., WhyLabs servers) via a Writer.
- Parameters
ref_view (Optional[whylogs.DatasetProfileView]) –
target_view (Optional[whylogs.DatasetProfileView]) –
height (Optional[str]) –
- display(template: str, page_spec: whylogs.viz.enums.enums.PageSpec) IPython.core.display.HTML #
- Parameters
template (str) –
page_spec (whylogs.viz.enums.enums.PageSpec) –
- Return type
IPython.core.display.HTML
- abstract report() IPython.core.display.HTML #
- Return type
IPython.core.display.HTML
- option()#
- class whylogs.viz.extensions.reports.histograms.DifferenceDistributionChart(ref_view: Optional[whylogs.DatasetProfileView] = None, target_view: Optional[whylogs.DatasetProfileView] = None, height: Optional[str] = None)#
Bases:
whylogs.viz.extensions.reports.html_report.HTMLReport
A Writable is an object that contains data to write to a file or files. These might be temporary files intended to be passed on to another consumer (e.g., WhyLabs servers) via a Writer.
- Parameters
ref_view (Optional[whylogs.DatasetProfileView]) –
target_view (Optional[whylogs.DatasetProfileView]) –
height (Optional[str]) –
- display(template: str, page_spec: whylogs.viz.enums.enums.PageSpec) IPython.core.display.HTML #
- Parameters
template (str) –
page_spec (whylogs.viz.enums.enums.PageSpec) –
- Return type
IPython.core.display.HTML
- abstract report() IPython.core.display.HTML #
- Return type
IPython.core.display.HTML
- option()#
- class whylogs.viz.extensions.reports.histograms.FeatureStatisticsReport(ref_view: Optional[whylogs.DatasetProfileView] = None, target_view: Optional[whylogs.DatasetProfileView] = None, height: Optional[str] = None)#
Bases:
whylogs.viz.extensions.reports.html_report.HTMLReport
A Writable is an object that contains data to write to a file or files. These might be temporary files intended to be passed on to another consumer (e.g., WhyLabs servers) via a Writer.
- Parameters
ref_view (Optional[whylogs.DatasetProfileView]) –
target_view (Optional[whylogs.DatasetProfileView]) –
height (Optional[str]) –
- display(template: str, page_spec: whylogs.viz.enums.enums.PageSpec) IPython.core.display.HTML #
- Parameters
template (str) –
page_spec (whylogs.viz.enums.enums.PageSpec) –
- Return type
IPython.core.display.HTML
- abstract report() IPython.core.display.HTML #
- Return type
IPython.core.display.HTML
- option()#
- class whylogs.viz.extensions.reports.histograms.DoubleHistogram(ref_view: Optional[whylogs.DatasetProfileView] = None, target_view: Optional[whylogs.DatasetProfileView] = None, height: Optional[str] = None)#
Bases:
whylogs.viz.extensions.reports.html_report.HTMLReport
A Writable is an object that contains data to write to a file or files. These might be temporary files intended to be passed on to another consumer (e.g., WhyLabs servers) via a Writer.
- Parameters
ref_view (Optional[whylogs.DatasetProfileView]) –
target_view (Optional[whylogs.DatasetProfileView]) –
height (Optional[str]) –
- display(template: str, page_spec: whylogs.viz.enums.enums.PageSpec) IPython.core.display.HTML #
- Parameters
template (str) –
page_spec (whylogs.viz.enums.enums.PageSpec) –
- Return type
IPython.core.display.HTML
- abstract report() IPython.core.display.HTML #
- Return type
IPython.core.display.HTML
- option()#