whylogs.viz.extensions.reports.profile_summary#

Module Contents#

Classes#

ProfileSummaryReport

A Writable is an object that contains data to write to a file or files.

Attributes#

whylogs.viz.extensions.reports.profile_summary.logger#
class whylogs.viz.extensions.reports.profile_summary.ProfileSummaryReport(target_view: whylogs.DatasetProfileView, 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
report() str#
Return type

str

display(template: str, page_spec: whylogs.viz.enums.enums.PageSpec) IPython.core.display.HTML#
Parameters
Return type

IPython.core.display.HTML

option()#
write(path: Optional[str] = None, **kwargs: Any) Tuple[bool, str]#
Parameters
  • path (Optional[str]) –

  • kwargs (Any) –

Return type

Tuple[bool, str]

writer(name: str = 'local', **kwargs: Any) WriterWrapper#

Utility method to create a Writer of the specified type

Parameters
  • name (str) –

  • kwargs (Any) –

Return type

WriterWrapper