You are tasked with creating a predictive model to forecast stock prices. Which type of machine learning model would be most appropriate for this task?

  • Convolutional Neural Network
  • Decision Tree
  • K-Means Clustering
  • Linear Regression
Linear Regression is commonly used for predicting continuous values, such as stock prices. It models the relationship between the independent variables and the dependent variable (stock price) through a linear equation. Other options are not suitable for this prediction task.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *