Skip to content

Conversation

Juanbuhler
Copy link
Contributor

Adding an "extras folder for integrations and notebooks that aren't necessarily tutorials.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

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) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/extras/classification-confusion-matrix.ipynb) | |
Copy link
Contributor

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"
}```

Copy link
Contributor Author

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",
Copy link
Contributor

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!

Copy link
Contributor Author

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.

@Juanbuhler Juanbuhler merged commit 702d98c into develop Feb 25, 2022
@Juanbuhler Juanbuhler deleted the jbuhler/confusion-matrix-notebook branch February 25, 2022 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants