Exam SDS Topic 1 Question 77 Discussion
Actual exam question for DASCA's SDS exam
Question #: 77
Topic #: 1
Question #: 77
Topic #: 1
Which classification steps are performed in inductive techniques?
i. Training Step
ii. Test Step
iii. Validation Step
iv. Application Step
i. Training Step
ii. Test Step
iii. Validation Step
iv. Application Step
Suggested Answer: D Vote an answer
Inductive learning techniques in machine learning (such as decision trees, neural networks, or SVMs) follow a systematic sequence of steps for classification:
Training Step (i): A model is built using training data, where the system learns relationships between features and target labels.
Test Step (ii): The trained model is evaluated on unseen test data to measure its performance and generalizability.
Validation Step (iii): Often, a validation set is used to fine-tune model parameters, avoid overfitting, and choose the best model configuration.
Application Step (iv): The final validated model is applied to classify new, real-world data.
Since all four steps (i, ii, iii, iv) are essential to inductive classification, the correct answer is Option D (i, ii, iii, iv).
Reference:
DASCA Data Scientist Knowledge Framework (DSKF) - Analytics & Machine Learning: Classification and Inductive Learning Techniques.
Training Step (i): A model is built using training data, where the system learns relationships between features and target labels.
Test Step (ii): The trained model is evaluated on unseen test data to measure its performance and generalizability.
Validation Step (iii): Often, a validation set is used to fine-tune model parameters, avoid overfitting, and choose the best model configuration.
Application Step (iv): The final validated model is applied to classify new, real-world data.
Since all four steps (i, ii, iii, iv) are essential to inductive classification, the correct answer is Option D (i, ii, iii, iv).
Reference:
DASCA Data Scientist Knowledge Framework (DSKF) - Analytics & Machine Learning: Classification and Inductive Learning Techniques.
by Wallis at Jun 30, 2026, 04:45 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).