I was trying to upload to whylabs using these examples: https://github.com/whylabs/whylogs-examples/blob/mainline/python/WhyLabs_Platform_with_log_reference.ipynb.
from whylogs.app.writers import WhyLabsWriter
writer = WhyLabsWriter("", formats=[])
But that import doesn't work. Is this repo up to date? If not then we should either update it, hide the broken parts, or make it clear which version they're for. Even the requirements.txt doesn't include any version info.
I was trying to upload to whylabs using these examples: https://github.com/whylabs/whylogs-examples/blob/mainline/python/WhyLabs_Platform_with_log_reference.ipynb.
But that import doesn't work. Is this repo up to date? If not then we should either update it, hide the broken parts, or make it clear which version they're for. Even the
requirements.txtdoesn't include any version info.