Icon

Exercise 4 Training the Random Forest Algorithm

This workflow shows a hands-on exercise in the L4-ML Introduction to Machine Learning Algorithms self-paced course

Task 2: Check the attribute statistics of a Random Forestmodel 1. Calculate the sum of #splits on levels 0, 1, and 2 divided bythe sum of #candidates on levels 0, 1, and 2 Task 1: Compare the prediction performances of the decisiontree and Random Forest algorithms1. Predict the "class" column with the Random Forest algorithm2. Score the model split intotraining and testReaddec-tree-data.table Partitioning DecisionTree Learner Decision TreePredictor Scorer Table Reader Task 2: Check the attribute statistics of a Random Forestmodel 1. Calculate the sum of #splits on levels 0, 1, and 2 divided bythe sum of #candidates on levels 0, 1, and 2 Task 1: Compare the prediction performances of the decisiontree and Random Forest algorithms1. Predict the "class" column with the Random Forest algorithm2. Score the model split intotraining and testReaddec-tree-data.tablePartitioning DecisionTree Learner Decision TreePredictor Scorer Table Reader

Nodes

Extensions

Links