Skip to content

Commit

Permalink
Automated documentation update.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 402630949
  • Loading branch information
TensorFlow Datasets Team authored and copybara-github committed Oct 12, 2021
1 parent 2ee7cc8 commit 2225515
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/catalog/penguins.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ FeaturesDict({

* **Supervised keys** (See
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):
`({'island': 'island', 'culmen_depth_mm': 'culmen_depth_mm',
'culmen_length_mm': 'culmen_length_mm', 'species': 'species', 'body_mass_g':
'body_mass_g', 'sex': 'sex', 'flipper_length_mm': 'flipper_length_mm'},
`({'culmen_length_mm': 'culmen_length_mm', 'species': 'species',
'flipper_length_mm': 'flipper_length_mm', 'island': 'island', 'sex': 'sex',
'body_mass_g': 'body_mass_g', 'culmen_depth_mm': 'culmen_depth_mm'},
'species')`

* **Examples**
Expand Down
8 changes: 4 additions & 4 deletions docs/catalog/titanic.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ FeaturesDict({

* **Supervised keys** (See
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):
`({'embarked': 'embarked', 'name': 'name', 'home.dest': 'home.dest',
'cabin': 'cabin', 'fare': 'fare', 'pclass': 'pclass', 'parch': 'parch',
'age': 'age', 'ticket': 'ticket', 'sibsp': 'sibsp', 'sex': 'sex', 'boat':
'boat', 'body': 'body'}, 'survived')`
`({'embarked': 'embarked', 'age': 'age', 'name': 'name', 'boat': 'boat',
'ticket': 'ticket', 'body': 'body', 'sex': 'sex', 'fare': 'fare',
'home.dest': 'home.dest', 'cabin': 'cabin', 'pclass': 'pclass', 'sibsp':
'sibsp', 'parch': 'parch'}, 'survived')`

* **Figure**
([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):
Expand Down

0 comments on commit 2225515

Please sign in to comment.