Question: What dataset type is vital to machine learning?
- Market datasets
- QA datasets
- Training datasets
- Predictive datasets
Explanation
Training data is the dataset used to teach a machine learning model how to recognize patterns and make predictions. The model learns relationships between input examples and expected outcomes from this data. High-quality training data directly affects model accuracy and usefulness. In Google Cloud AI workflows, training data is required before custom models can be built and evaluated.
Why the other options are incorrect
Market datasets may support business analysis, but they are not the core dataset type required to train models.
QA datasets may support testing or validation, but they are not the primary dataset used for model learning.
Predictive datasets is not the standard term for the data used to train a machine learning model.
Source for verification
https://cloud.google.com/vertex-ai/docs/training-overview
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Google Cloud Platform Business Professional" page.