Skip to content

Commit bffa547

Browse files
achoumcopybara-github
authored andcommitted
Doc update.
PiperOrigin-RevId: 625271259
1 parent 98edb7d commit bffa547

File tree

2 files changed

+32
-36
lines changed

2 files changed

+32
-36
lines changed

documentation/_book.yaml

Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -25,59 +25,55 @@ upper_tabs:
2525
lower_tabs:
2626
# Subsite tabs
2727
other:
28-
- name: Guides & Tutorials
28+
- name: Guides
2929
contents:
30+
- title: Getting started
31+
path: /decision_forests/tutorials/beginner_colab
32+
- title: Migrating to YDF
33+
path: https://ydf.readthedocs.io/en/latest/tutorial/migrating_to_ydf/
34+
status: external
35+
- title: Hyper-parameters
36+
path: https://ydf.readthedocs.io/en/latest/hyperparameters/
37+
status: external
38+
- title: Known issues
39+
path: /decision_forests/known_issues
40+
3041
- heading: Guide
31-
- title: Installation
32-
path: /decision_forests/installation
3342
- title: Migrate from neural networks
3443
path: /decision_forests/migration
35-
- title: Known issues
36-
path: /decision_forests/known_issues
37-
- title: TensorFlow Serving
38-
path: /decision_forests/tensorflow_serving
39-
- title: Distributed Training
40-
path: /decision_forests/distributed_training
41-
- title: Running models in JavaScript
42-
path: https://ydf.readthedocs.io/en/latest/js_serving.html
43-
status: external
44-
- heading: Tutorials
45-
- title: Overview
46-
path: /decision_forests/tutorials/index
47-
- title: Build, train and evaluate
48-
path: /decision_forests/tutorials/beginner_colab
4944
- title: Learning to rank
5045
path: /decision_forests/tutorials/ranking_colab
51-
- title: Visualizing Trees
52-
path: /decision_forests/tutorials/dtreeviz_colab
53-
- title: Text and pre-trained embeddings
54-
path: /decision_forests/tutorials/intermediate_colab
55-
- title: Making predictions
56-
path: /decision_forests/tutorials/predict_colab
5746
- title: Inspect and debug
5847
path: /decision_forests/tutorials/advanced_colab
59-
- title: Model composition
48+
- title: Compose models
6049
path: /decision_forests/tutorials/model_composition_colab
6150
- title: Automatic tuning
6251
path: /decision_forests/tutorials/automatic_tuning_colab
6352
- title: Proximities and Prototypes
6453
path: /decision_forests/tutorials/proximities_colab
6554
- title: Uplift modeling
6655
path: /decision_forests/tutorials/uplift_colab
67-
- title: Run TF-DF models with TensorFlow.js
68-
path: /decision_forests/tf_df_in_tf_js
69-
status: external
70-
- heading: Developer
71-
- title: Developer manual
72-
path: /decision_forests/developer_manual
73-
- title: Directory structure
74-
path: /decision_forests/directory_structure
75-
- heading: Simple ML for Sheets
56+
- title: TensorFlow Serving
57+
path: /decision_forests/tensorflow_serving
58+
- title: Text and pre-trained embeddings
59+
path: /decision_forests/tutorials/intermediate_colab
60+
- title: Distributed Training
61+
path: /decision_forests/distributed_training
62+
- title: Making predictions
63+
path: /decision_forests/tutorials/predict_colab
7664
- title: Introduction
7765
path: /decision_forests/simple_ml_for_sheets/
78-
- title: Tutorial
66+
67+
- heading: Experimental
68+
- title: Run model in JavaScript
69+
path: https://ydf.readthedocs.io/en/latest/js_serving.html
7970
status: external
80-
path: https://simplemlforsheets.com/tutorial.html
71+
- title: Run model with TensorFlow.js
72+
path: /decision_forests/tf_df_in_tf_js
73+
status: external
74+
- title: Visualizing Trees
75+
path: /decision_forests/tutorials/dtreeviz_colab
76+
8177
- name: API Reference
8278
skip_translation: true
8379
contents:

documentation/tutorials/beginner_colab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"id": "36EdAGhThQov"
3838
},
3939
"source": [
40-
"# Build, train and evaluate models with TensorFlow Decision Forests\n",
40+
"# Getting started\n",
4141
"\n",
4242
"\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n",
4343
" \u003ctd\u003e\n",

0 commit comments

Comments
 (0)