You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the examples provided in the whylogs repo README generate what look like error messages.
⚠️ No session found. Call whylogs.init() to initialize a session and authenticate. See https://docs.whylabs.ai/docs/whylabs-whylogs-init for more information.
E.G. The very first code example,
import whylogs as why
import pandas as pd
#dataframe
df = pd.read_csv("org-0-model-2273.csv")
results = why.log(df)
⚠️ No session found. Call whylogs.init() to initialize a session and authenticate. See https://docs.whylabs.ai/docs/whylabs-whylogs-init for more information.
System info
Operating system and version:
Browser and version:
Steps to reproduce:
Open jupyter notebook in IntelliJ
Enter whylogs example program in cell
Evaluate Cell.
Suggestions
I do not yet understand why the init() procedure was introduced sometime after whylogs v1.2.5
Not clear what new capabilities were made available or enhanced by init().
Description
All of the examples provided in the whylogs repo README generate what look like error messages.
E.G. The very first code example,
⚠️ No session found. Call whylogs.init() to initialize a session and authenticate. See https://docs.whylabs.ai/docs/whylabs-whylogs-init for more information.
Suggestions
I do not yet understand why the
init()
procedure was introduced sometime after whylogs v1.2.5Not clear what new capabilities were made available or enhanced by init().
Related
Relates to organization/repo#number
The text was updated successfully, but these errors were encountered: