From 09684f95908f0052d12f28780197a2b72d3fd506 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 14 Apr 2022 23:22:52 +0200 Subject: [PATCH 1/2] Fixing dead examples link in beginner colab --- documentation/tutorials/beginner_colab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/tutorials/beginner_colab.ipynb b/documentation/tutorials/beginner_colab.ipynb index 1519209e..c02dd4af 100644 --- a/documentation/tutorials/beginner_colab.ipynb +++ b/documentation/tutorials/beginner_colab.ipynb @@ -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." ] }, { From 9c46e11537cbe369e7be2ea8d3b4b552fda4e20f Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 15 Apr 2022 00:10:32 +0200 Subject: [PATCH 2/2] Correct a few spelling typos --- documentation/directory_structure.md | 2 +- documentation/known_issues.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/directory_structure.md b/documentation/directory_structure.md index 72f165e7..25f7969e 100644 --- a/documentation/directory_structure.md +++ b/documentation/directory_structure.md @@ -1,6 +1,6 @@ # Directory Structure -The project is organised as follow: +The project is organized as follow: ``` ├── examples: Collection of usage examples. diff --git a/documentation/known_issues.md b/documentation/known_issues.md index 7a6fc997..526b4dd9 100644 --- a/documentation/known_issues.md +++ b/documentation/known_issues.md @@ -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