Icon

Exercise 1 Training the Decision Tree Algorithm

Exercise 1 Training the Decision Tree Algorithm
Task 2: Check the tree structure in the decision tree view1. Train a decision tree on all data using "class" as the targetcolumn2. Check the decision tree view3. Train another decision tree but this time uncheck the box"Average split point" Task 3: Train and evaluate the same decision tree with 2 different splitting criteria (Giniindex & gain ratio)1. Partition the data into training and test sets using 70/30 split and stratified sampling onthe "class" column2. Train a decision tree on the training set to predict the "class" column. Use the defaultconfiguration.3. Apply the model to the test set4. Evaluate the model's performance.5. Change the quality measure to Gain ratio and retrain the decision tree model. Task 1: Compare the features' class separation1. Color the rows by the "class" column2. Visualize the following features in a scatter plot: - feature 0 vs feature 1- feature 3 vs feature 1 Readdec-tree-data.table Table Reader Task 2: Check the tree structure in the decision tree view1. Train a decision tree on all data using "class" as the targetcolumn2. Check the decision tree view3. Train another decision tree but this time uncheck the box"Average split point" Task 3: Train and evaluate the same decision tree with 2 different splitting criteria (Giniindex & gain ratio)1. Partition the data into training and test sets using 70/30 split and stratified sampling onthe "class" column2. Train a decision tree on the training set to predict the "class" column. Use the defaultconfiguration.3. Apply the model to the test set4. Evaluate the model's performance.5. Change the quality measure to Gain ratio and retrain the decision tree model. Task 1: Compare the features' class separation1. Color the rows by the "class" column2. Visualize the following features in a scatter plot: - feature 0 vs feature 1- feature 3 vs feature 1 Readdec-tree-data.table Table Reader

Nodes

Extensions

Links