From a4f11e6af74b49397f988cfdadddde59771ab39b Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 26 Apr 2022 16:21:52 +0200 Subject: [PATCH] Adding a link to Gradient Boosted DT tutorial to more_examples.md --- documentation/more_examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/more_examples.md b/documentation/more_examples.md index 8c29b271..96acc4ee 100644 --- a/documentation/more_examples.md +++ b/documentation/more_examples.md @@ -8,3 +8,5 @@ This page lists examples created by TF-DF users. (on github.com) - [Classification with TensorFlow Decision Forests](https://keras.io/examples/structured_data/classification_with_tfdf/) (on keras.io) +- [Build, Train and Evaluate TF Gradient Boosted Decision Trees](https://www.kaggle.com/lowlypalace/build-train-and-evaluate-tf-gradient-boosted-dt) + (on kaggle.com)