Skip to content

Commit

Permalink
added proper README of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aiwithqasim committed Apr 8, 2022
1 parent f63f475 commit 693d528
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -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 |

0 comments on commit 693d528

Please sign in to comment.