Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Decision Trees Modeling & Supervised Learning using R
Rating: 4.6 out of 5(3 ratings)
4,374 students

Decision Trees Modeling & Supervised Learning using R

Learn Decision Trees Modeling using R in a simple way
Last updated 11/2023
English
English [Auto],

What you'll learn

  • This course includes learning decision tree modeling which are used by data scientists or people who aspire to be the data scientist
  • Decision Tree Regression
  • Decision Tree Theory
  • Implementation of Decision Tree Classifications using R

Course content

4 sections14 lectures1h 38m total length
  • Introduction to Decision Trees7:30

    Explore the theory and practical implementation of decision trees in R, covering regression and classification models, and see real-world applications from credit scoring to medical diagnosis.

  • Route Node7:58

    Explore the dataset play dot xls and build decision trees to predict play or not, from root nodes to leaves, using entropy and information gain via ID3.

  • Route Node Continue11:03

    Learn to model decisions with decision trees in R for supervised learning, covering entropy, information gain, root node selection, ID3 and CART, and practical splits for classification and regression tasks.

Requirements

  • No prior knowledge of machine learning required
  • Basics of R

Description

The web is full of apps that are driven by data. All the e-commerce apps and websites are based on data in the complete sense. There is database behind a web front end and middleware that talks to a number of other databases and data services. But the mere use of data is not what comprises of data science. A data application gets its value from data and in the process creates value for itself. This means that data science enables the creation of products that are based on data. This course includes learning decision tree modeling which are used by data scientists or people who inspire to be the data scientist. The tutorials will include the following;

  • Decision Tree Theory

  • Implementation using R Decision Tree Classification

  • Decision Tree Regression

Decision Tree in R is a machine-learning algorithm that can be a classification or regression tree analysis. The decision tree can be represented by graphical representation as a tree with leaves and branches structure. The leaves are generally the data points and branches are the condition to make decisions for the class of data set. Decision trees in R are considered as supervised Machine learning models as possible outcomes of the decision points are well defined for the data set. It is also known as the CART model or Classification and Regression Trees. There is a popular R package known as rpart which is used to create the decision trees in R.

Who this course is for:

  • Anyone who wants to learn about data and analytics
  • Data Engineers, Analysts, Architects, Software Engineers, IT operations, Technical managers