How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Visualizing and interpreting decision trees

calendar_today June 6, 2023 person TensorFlow Blog (noreply@blogger.com) domain tensorflow

Posted by Terence Parr , Google Decision trees are the fundamental building block of Gradient Boosted Trees and Random Forests, the two most popular machine learning models for tabular data. To learn how decision trees work and how to interpret your models, visualization is essential. TensorFlow recently published a new tutorial that shows how to use dtreeviz , a state-of-the-art visualization library, to visualize and interpret TensorFlow Decision Forest Trees .

open_in_new Read original post