Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Feb 22, 2022

Decision Trees

Learn about decision trees, which are an important component of machine learning and prediction algorithms. Flowchart-like structures with nodes and leaves. Discover how to use it, as well as its visualisations and applications.
Decision Trees: Theory and Implementation
I hope you have a great learning experience from my blogs. In this blog, I will be discussing another interesting ML algorithm, Decision Tree, the mathematics behind and the actual implementation using Scikit-Learn. Let's get started.
Visualizing Decision Trees
The objective of this blog is to understand how to visualize the decision trees in multiple ways