When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Getting Started with Decision Trees
Learn the basics of Decision Trees - a popular and powerful machine learning algorithm and implement them using Python

This Course Includes
udemy
5 (34 reviews )
51m
english
Online - Self Paced
professional certificate
Udemy
About Getting Started with Decision Trees
Decision Tree algorithm is one of the most powerful algorithms in machine learning and data science. It is very commonly used by data scientists and machine learning engineers to solve business problem and explain that to your customers easily. This course will introduce you to the concept of Decision Trees and teach you how to build one using Python
Why learn about Decision Trees?
Decision Trees are the most widely and commonly used machine learning algorithms.
It can be used for solving both classification as well as regression problems.
Decision Trees are easy to interpret and hence have multiple applications around different industries.
What would you learn in Getting started with Decision Tree course?
Introduction to Decision Trees
Terminologies related to decision trees
Different splitting criterion for decision tree like Gini, chi-square, etc.
Implementation of decision tree in Python
What You Will Learn?
- Basics of Decision Trees .
- How to Apply Decision Trees to build Machine Learning models .
- Building Decision Tree models in Python .
- How to improve and optimize your decision tree models.