From 693d5284e45236b7c9d883d4c2917dece738ce53 Mon Sep 17 00:00:00 2001 From: aiwithqasim Date: Fri, 8 Apr 2022 07:23:14 +0500 Subject: [PATCH] added proper README of examples --- examples/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..a441e84c --- /dev/null +++ b/examples/README.md @@ -0,0 +1,8 @@ +### TensorFlow Decision Forests (TF-DF) + + +| Tutorial | Description | +|---------------------------------------------|-------------------------------------------------------------------------------------------------------------| +| [minimal](./minimal.py) | display and evaluate a Random Forest model on the adult dataset | +| [beginner_diabetes](./beginner_diabetes.py) | Beginner-friendly usage example of TensorFlow Decision Forests (TF-DF) using pima India's Diabetes dataset | +