ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 76 - Professional Data Engineer discussion

Report
Export

If you want to create a machine learning model that predicts the price of a particular stock based on its recent price history, what type of estimator should you use?

A.
Unsupervised learning
Answers
A.
Unsupervised learning
B.
Regressor
Answers
B.
Regressor
C.
Classifier
Answers
C.
Classifier
D.
Clustering estimator
Answers
D.
Clustering estimator
Suggested answer: B

Explanation:

Regression is the supervised learning task for modeling and predicting continuous, numeric variables. Examples include predicting real-estate prices, stock price movements, or student test scores.

Classification is the supervised learning task for modeling and predicting categorical variables.

Examples include predicting employee churn, email spam, financial fraud, or student letter grades.

Clustering is an unsupervised learning task for finding natural groupings of observations (i.e. clusters) based on the inherent structure within your dataset. Examples include customer segmentation, grouping similar items in e-commerce, and social network analysis.

Reference: https://elitedatascience.com/machine-learning-algorithms

asked 18/09/2024
Paul Hackett
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first