Skip to content

Commit

Permalink
[TF-DF] Hotfix dtreeviz colab
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 666753071
  • Loading branch information
rstz authored and copybara-github committed Aug 23, 2024
1 parent 1e62a79 commit 16c057f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions documentation/_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ upper_tabs:
- title: Run model with TensorFlow.js
path: /decision_forests/tf_df_in_tf_js
status: external
- title: Visualizing Trees
path: /decision_forests/tutorials/dtreeviz_colab

- name: API Reference
skip_translation: true
Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/dtreeviz_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"!pip install -q -U tensorflow_decision_forests"
"!pip install -q -U tensorflow_decision_forests==1.9.2 # Warning: dtreeviz is not compatible with TF-DF >= 1.10.0"
]
},
{
Expand Down
2 changes: 0 additions & 2 deletions documentation/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ The following notebooks are available:

- [Beginner Colab](beginner_colab.ipynb): Learn about the basic about model
training, evaluation and exportation.
- [Visualizing Trees](dtreeviz_colab.ipynb): How to visualize and
interpret decision trees using [dtreeviz](https://github.com/parrt/dtreeviz).
- [Ranking Colab](ranking_colab.ipynb): Learn about ranking with decision
forests.
- [Intermediate Colab](intermediate_colab.ipynb): How to consume text and
Expand Down

0 comments on commit 16c057f

Please sign in to comment.