Closed redcinelli closed 5 years ago
I think this might be an error in the code, I found the same issue. Try this:
correct, incorrect = gen_model.error_analysis(session, L_train, train_cand_labels)
print("Number incorrect:{}".format(len(incorrect)))
Thanks for the update @tmerrittsmith . Yes, this notebook fell out of sync with other changes in the code. It is updated now in 0b74b7.
Hey there, I have just started using snorkel, And i am currently trying to go through the tutorial, I am having an issue I can seem to resolve.
Cell 11, give me an error
I have been through the install process with Conda. My Jupyter kernel is the one created during the process.
I am not sure what to do.
If it can help here is my config:
I guess that's about it.