Skip to content

Instantly share code, notes, and snippets.

@khurchla
Created June 7, 2022 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khurchla/f48f3f9db582a0605d6e4b1687067d3c to your computer and use it in GitHub Desktop.
Save khurchla/f48f3f9db582a0605d6e4b1687067d3c to your computer and use it in GitHub Desktop.
initialize whylogs v1 profile visualizer
from whylogs.viz import NotebookProfileVisualizer
visualization = NotebookProfileVisualizer()
visualization.set_profiles(target_profile_view=prof_view, reference_profile_view=prof_view_ref)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment