whylogs.viz.jupyter_notebook_viz

Module Contents

Classes

NotebookProfileVisualizer

Attributes

_MY_DIR

logger

numerical_types

whylogs.viz.jupyter_notebook_viz._MY_DIR
whylogs.viz.jupyter_notebook_viz.logger
whylogs.viz.jupyter_notebook_viz.numerical_types
class whylogs.viz.jupyter_notebook_viz.NotebookProfileVisualizer
SUMMARY_REPORT_TEMPLATE_NAME = index-hbs-cdn-all-in-for-jupyter-notebook.html
DOUBLE_HISTOGRAM_TEMPLATE_NAME = index-hbs-cdn-all-in-jupyter-distribution-chart.html
DISTRIBUTION_CHART_TEMPLATE_NAME = index-hbs-cdn-all-in-jupyter-bar-chart.html
DIFFERENCED_CHART_TEMPLATE_NAME = index-hbs-cdn-all-in-jupyter-differenced-chart.html
FEATURE_STATISTICS_TEMPLATE_NAME = index-hbs-cdn-all-in-jupyter-feature-summary-statistics.html
CONSTRAINTS_REPORT_TEMPLATE_NAME = index-hbs-cdn-all-in-jupyter-constraints-report.html
PAGE_SIZES
__get_template_path(self, html_file_name)
__get_compiled_template(self, template_name)
__display_feature_chart(self, feature_names, template_name, preferred_cell_height=None)
__display_rendered_template(self, template, template_name, height)
set_profiles(self, target_profile: whylogs.core.DatasetProfile = None, reference_profile: whylogs.core.DatasetProfile = None)
summary_drift_report(self, preferred_cell_height=None)
double_histogram(self, feature_names, preferred_cell_height=None)
distribution_chart(self, feature_names, preferred_cell_height=None)
difference_distribution_chart(self, feature_names, preferred_cell_height=None)
feature_statistics(self, feature_name, profile='reference', preferred_cell_height=None)
constraints_report(self, constraints, preferred_cell_height=None)
download(self, html, preferred_path=None, html_file_name=None)