Created
June 7, 2022 01:55
-
-
Save khurchla/f48f3f9db582a0605d6e4b1687067d3c to your computer and use it in GitHub Desktop.
initialize whylogs v1 profile visualizer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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