Skip to content

Fixing dead examples link in beginner colab and a few typos #98

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/directory_structure.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Directory Structure

The project is organised as follow:
The project is organized as follow:

```
├── examples: Collection of usage examples.
Expand Down
2 changes: 1 addition & 1 deletion documentation/known_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tensorflow_decision_forests | tensorflow
0.1.1 - 0.1.8 | 2.5
0.1.0 | 2.4

- *Solution #2:* Wrapps your preprocessing function into another function that
- *Solution #2:* Wraps your preprocessing function into another function that
[squeeze](https://www.tensorflow.org/api_docs/python/tf/squeeze) its inputs.

## No all models support distributed training and distribute strategies
Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/beginner_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"1. Train a model for ranking.\n",
"\n",
"Detailed documentation is available in the [user manual](https://github.com/tensorflow/decision-forests/tree/main/documentation).\n",
"The [example directory](https://github.com/tensorflow/decision-forests/examples) contains other end-to-end examples."
"The [example directory](https://github.com/tensorflow/decision-forests/tree/main/examples) contains other end-to-end examples."
]
},
{
Expand Down