docs icon indicating copy to clipboard operation
docs copied to clipboard

Update dataset_dir path on text_classification.ipynb

Open Andre-Andreati opened this issue 10 months ago • 2 comments

The path on the 'dataset_dir' initialization was wrong, leading to a "FileNotFoundError" in the next cell.

Andre-Andreati avatar Feb 18 '25 19:02 Andre-Andreati

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-2

github-actions[bot] avatar Feb 18 '25 19:02 github-actions[bot]

@MarkDaoust @markmcd PTAL

8bitmp3 avatar Mar 11 '25 22:03 8bitmp3