whylabs/whylogs

examples in whylogs README generate error messages?

Opened this issue · 0 comments

Description

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().

Related

Relates to organization/repo#number