From 611f109029880c0e2b45b57fb1836575b6389dfc Mon Sep 17 00:00:00 2001 From: Syed Rahim Saqib <59372091+Jack8861@users.noreply.github.com> Date: Sun, 10 Apr 2022 15:05:34 +0530 Subject: [PATCH] Adding an extra tutorial using kaggle datasets. I have included an example for regression and classification. This is my first time trying to contribute to open source (i saw this in gsoc and wanted to contribute) please tell me if any modifications/ improvements i can make if required and i will do them. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c32854a4..4939c61d 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ The following resources are available: API Reference and Tutorials) - [Notebook tutorials (on Github)](documentation/tutorials) - [Notebook tutorials (on tensorflow.org)](https://www.tensorflow.org/decision_forests/tutorials) +- [Notebook tutorials (on kaggle)][https://www.kaggle.com/jackfroster/tensorflow-decision-forests-example] - [Migration guide from Neural Network to Decision Forests](documentation/migration.md) - [Issue tracker](https://github.com/tensorflow/decision-forests/issues) - [Known issues](documentation/known_issues.md)