Skip to content

Conversation

artem110101
Copy link
Contributor

remove unneeded symbol

remove unneeded symbol
@google-cla
Copy link

google-cla bot commented Aug 14, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions
Copy link

Preview

Preview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.

Format and style

Use the TensorFlow docs notebook tools to format for consistent source diffs and lint for style:
$ python3 -m pip install -U --user git+https://github.com/tensorflow/docs

$ python3 -m tensorflow_docs.tools.nbfmt notebook.ipynb
$ python3 -m tensorflow_docs.tools.nblint --arg=repo:tensorflow/docs notebook.ipynb
If commits are added to the pull request, synchronize your local branch: git pull origin patch-1

Copy link
Contributor

@8bitmp3 8bitmp3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@github-actions github-actions bot added the lgtm Community-added approval label Sep 2, 2022
@8bitmp3 8bitmp3 changed the title Update imbalanced_data.ipynb Remove semi-colon symbol when plotting metrics in Classification on imbalanced data tutorial Sep 2, 2022
@8bitmp3 8bitmp3 self-assigned this Sep 2, 2022
@8bitmp3 8bitmp3 added the ready to pull Start merge process label Sep 2, 2022
@copybara-service copybara-service bot merged commit fd3591b into tensorflow:master Sep 6, 2022
@MarkDaoust
Copy link
Member

Note that ending the last line with a ; prevents jupyter/Colab from printing the object returned by the last function.

Removing this probably causes something like <Legend object 0x234234234> to be printed above the plot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Community-added approval ready to pull Start merge process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants