-
Notifications
You must be signed in to change notification settings - Fork 68
Jbuhler/confusion matrix notebook #454
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
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
## [Extras](extras) | ||
| Notebook | Github | Google Colab | Learn more | | ||
|---------------------------------|------------------------------------------------| ------------ | ---------- | | ||
| Classification Confusion Matrix | [Github](extras/classification-confusion-matrix.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/extras/classification-confusion-matrix.ipynb) | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coming up with a Not Found
error when trying to access. This is after pulling this branch as well. Am I doing something wrong to get the notebook?
"message": "Not Found",
"documentation_url": "https://docs.github.com/rest/reference/repos#get-repository-content"
}```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's weird, it works for me on github. Is it supposed to work locally?
"source": [ | ||
"# Imports and etc\n", | ||
"\n", | ||
"from sklearn.metrics import ConfusionMatrixDisplay\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe before the imports we also have an Install section similar to this notebook:
https://github.com/Labelbox/labelbox-python/blob/develop/examples/annotation_types/basics.ipynb
I think we are also trying to turn all installs into a one liner and also with -q to keep it simple
Otherwise lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, just added install, links to github and colab at the top and some headers.
Adding an "extras folder for integrations and notebooks that aren't necessarily tutorials.