ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 276 - MLS-C01 discussion

Report
Export

A university wants to develop a targeted recruitment strategy to increase new student enrollment. A data scientist gathers information about the academic performance history of students. The data scientist wants to use the data to build student profiles. The university will use the profiles to direct resources to recruit students who are likely to enroll in the university.

Which combination of steps should the data scientist take to predict whether a particular student applicant is likely to enroll in the university? (Select TWO)

A.
Use Amazon SageMaker Ground Truth to sort the data into two groups named 'enrolled' or 'not enrolled.'
Answers
A.
Use Amazon SageMaker Ground Truth to sort the data into two groups named 'enrolled' or 'not enrolled.'
B.
Use a forecasting algorithm to run predictions.
Answers
B.
Use a forecasting algorithm to run predictions.
C.
Use a regression algorithm to run predictions.
Answers
C.
Use a regression algorithm to run predictions.
D.
Use a classification algorithm to run predictions
Answers
D.
Use a classification algorithm to run predictions
E.
Use the built-in Amazon SageMaker k-means algorithm to cluster the data into two groups named 'enrolled' or 'not enrolled.'
Answers
E.
Use the built-in Amazon SageMaker k-means algorithm to cluster the data into two groups named 'enrolled' or 'not enrolled.'
Suggested answer: A, D

Explanation:

The data scientist should use Amazon SageMaker Ground Truth to sort the data into two groups named ''enrolled'' or ''not enrolled.'' This will create a labeled dataset that can be used for supervised learning. The data scientist should then use a classification algorithm to run predictions on the test data. A classification algorithm is a suitable choice for predicting a binary outcome, such as enrollment status, based on the input features, such as academic performance. A classification algorithm will output a probability for each class label and assign the most likely label to each observation.

References:

Use Amazon SageMaker Ground Truth to Label Data

Classification Algorithm in Machine Learning

asked 16/09/2024
Maria Lilian Tongson
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first