ExamGecko
Question list
Search
Search

List of questions

Search

Question 27 - H13-311_V3.5 discussion

Report
Export

When feature engineering is complete, which of the following is not a step in the decision tree building process?

A.
Decision tree generation
Answers
A.
Decision tree generation
B.
Pruning
Answers
B.
Pruning
C.
Feature selection
Answers
C.
Feature selection
D.
Data cleansing
Answers
D.
Data cleansing
Suggested answer: D

Explanation:

When building a decision tree, the steps generally involve:

Decision tree generation: This is the process where the model iteratively splits the data based on feature values to form branches.

Pruning: This step occurs post-generation, where unnecessary branches are removed to reduce overfitting and enhance generalization.

Feature selection: This is part of decision tree construction, where relevant features are selected at each node to determine how the tree branches.

Data cleansing, on the other hand, is a preprocessing step carried out before any model training begins. It involves handling missing or erroneous data to improve the quality of the dataset but is not part of the decision tree building process itself.

HCIA AI

Machine Learning Overview: Includes a discussion on decision tree algorithms and the process of building decision trees.

AI Development Framework: Highlights the steps for building machine learning models, separating data preprocessing (e.g., data cleansing) from model building steps.

asked 26/09/2024
Stefan Finke
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first