Skip to content
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