Skip to content

Commit 2fa0d00

Browse files
gusthemancopybara-github
authored andcommitted
Add TensorFlow Decision Forests to the libraries list of the tf.org guides session
PiperOrigin-RevId: 513162797
1 parent fc69e4e commit 2fa0d00

File tree

1 file changed

+30
-20
lines changed

1 file changed

+30
-20
lines changed

site/en/guide/_index.yaml

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ landing_page:
9595
items:
9696
- list:
9797
- description: >
98-
<a href="/tensorboard"><h3 class="tfo-landing-page-heading no-link">TensorBoard</h3></a>
99-
A suite of visualization tools to understand, debug, and optimize
100-
TensorFlow programs.
101-
path: /tensorboard
98+
<a href="/decision_forests"><h3 class="tfo-landing-page-heading no-link">TensorFlow Decision Forests
99+
</h3></a>
100+
A library to train, run and interpret decision forest models (e.g., Random Forests,
101+
Gradient Boosted Trees) in TensorFlow.
102+
path: /decision_forests
102103
icon:
103104
icon_name: chevron_right
104105
foreground: theme
@@ -113,10 +114,10 @@ landing_page:
113114
foreground: theme
114115
background: grey
115116
- description: >
116-
<a href="/model_optimization"><h3 class="tfo-landing-page-heading no-link">Model Optimization</h3></a>
117-
The TensorFlow Model Optimization Toolkit is a suite of tools for
118-
optimizing ML models for deployment and execution.
119-
path: /model_optimization
117+
<a href="/tfx/guide/serving"><h3 class="tfo-landing-page-heading no-link">Serving</h3></a>
118+
A TFX serving system for ML models, designed for high-performance in
119+
production environments.
120+
path: /tfx/guide/serving
120121
icon:
121122
icon_name: chevron_right
122123
foreground: theme
@@ -147,7 +148,24 @@ landing_page:
147148
icon_name: chevron_right
148149
foreground: theme
149150
background: grey
151+
- description: >
152+
<a href="https://github.com/tensorflow/addons"><h3 class="tfo-landing-page-heading no-link">SIG Addons</h3></a>
153+
Extra functionality for TensorFlow, maintained by SIG&nbsp;Addons.
154+
path: https://github.com/tensorflow/addons
155+
icon:
156+
icon_name: chevron_right
157+
foreground: theme
158+
background: grey
150159
- list:
160+
- description: >
161+
<a href="/tensorboard"><h3 class="tfo-landing-page-heading no-link">TensorBoard</h3></a>
162+
A suite of visualization tools to understand, debug, and optimize
163+
TensorFlow programs.
164+
path: /tensorboard
165+
icon:
166+
icon_name: chevron_right
167+
foreground: theme
168+
background: grey
151169
- description: >
152170
<a href="/datasets"><h3 class="tfo-landing-page-heading no-link">Datasets</h3></a>
153171
A collection of datasets ready to use with TensorFlow.
@@ -157,10 +175,10 @@ landing_page:
157175
foreground: theme
158176
background: grey
159177
- description: >
160-
<a href="/tfx/guide/serving"><h3 class="tfo-landing-page-heading no-link">Serving</h3></a>
161-
A TFX serving system for ML models, designed for high-performance in
162-
production environments.
163-
path: /tfx/guide/serving
178+
<a href="/model_optimization"><h3 class="tfo-landing-page-heading no-link">Model Optimization</h3></a>
179+
The TensorFlow Model Optimization Toolkit is a suite of tools for
180+
optimizing ML models for deployment and execution.
181+
path: /model_optimization
164182
icon:
165183
icon_name: chevron_right
166184
foreground: theme
@@ -192,14 +210,6 @@ landing_page:
192210
icon_name: chevron_right
193211
foreground: theme
194212
background: grey
195-
- description: >
196-
<a href="https://github.com/tensorflow/addons"><h3 class="tfo-landing-page-heading no-link">SIG Addons</h3></a>
197-
Extra functionality for TensorFlow, maintained by SIG&nbsp;Addons.
198-
path: https://github.com/tensorflow/addons
199-
icon:
200-
icon_name: chevron_right
201-
foreground: theme
202-
background: grey
203213
- description: >
204214
<a href="https://github.com/tensorflow/io"><h3 class="tfo-landing-page-heading no-link">SIG IO</h3></a>
205215
Dataset, streaming, and file system extensions, maintained by SIG&nbsp;IO.

0 commit comments

Comments
 (0)