fbpx
Reviewing the TensorFlow Decision Forests Library Reviewing the TensorFlow Decision Forests Library
In their paper, Tabular Data: Deep Learning is Not All You Need, the authors argue that while deep learning methods have shown... Reviewing the TensorFlow Decision Forests Library

Tabular Data: Deep Learning is Not All You Need | source: https://arxiv.org/pdf/2106.03253.pdf

Objective

TensorFlow Decision Forests (TF-DF)

Implementation overview

Water vector created by brgfx — www.freepik.com

First five rows of the dataset

Training a Tensorflow Decision Forest | Image by Author

Applications

Regression and Ranking examples using TF Decision Forests | Image by Author

Highlights

Highlights of TF Decision Forests | Image by Author

Ease of Use

Automatic detection of input features by TF Decision Forests | Image by Author

Minimal Preprocessing

Easy deployment options with TensorFlow Serving

Serving via TensorFlow Serving | Image by Author

Interpretability

tfdf.model_plotter.plot_model_in_colab(model_1, tree_idx=0, max_depth=3)

Interactive visualization | Image by Author

Scope for Improvement

All available learning algorithms in TF Decision Forests library | Image by Author

Final word & Resources to get started

Article originally posted here. Reposted with permission.

Parul Pandey

Parul is a Data Science Evangelist at H2O.ai. She combines Data Science, evangelism and community in her work. Her emphasis is to break down the data science jargon for the people. Prior to H2O.ai, she worked with Tata Power India, applying Machine Learning and Analytics to solve the pressing problem of Load sheddings in India. She is also an active writer and speaker and has contributed to various national and international publications including TDS, Analytics Vidhya and KDNuggets and Datacamp.

1