-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zingg on Databricks Example Error #992
Comments
Before you execute the cell, make sure that the zingg variable has been initialized with label(cell with heading Prepare for user labeling) and not trainMatch phase. It seems that Zingg is not set to label. Can you please check and report back if you still see an issue? |
@sonalgoyal looks like the notebook got a little further today rerunning all the cells. I did hit another issues a few cells down when generating docs |
Seems like the documenter is unable to write to the volume at the docs location. Could it be a permission issue? |
Describe the bug
When running the Databricks Zingg example, the code fails at the line
zingg.writeLabelledOutputFromPandas(candidate_pairs_pd,args)
To Reproduce
Steps to reproduce the behavior:
An example repo with the notebook is here
This example uses Unity catalog volumes instead of deprecated dbfs paths and was run on a 15.4 LTS runtime
Expected behavior
Expected for the example to completely run
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: