Topic 2 Question 23
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?
Unsupervised learning
Regressor
Classifier
Clustering estimator
解説
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
ユーザの投票
コメント(3)
Answer: B Description: Regression is the supervised learning task to model and predict numerical value
👍 10[Removed]2020/03/28Answer B
👍 6[Removed]2020/03/21- 正解だと思う選択肢: B
CORRECT: B
👍 1gamer50052022/05/20
シャッフルモード