Search code examples
machine-learningdata-sciencedata-analysispredictiondecision-tree

which model should I choose for this question


For example, the problem is: Whether I should buy this laptop or not? (Note that the question is not whether I will buy or not)

I'm new to machine learning and data science, I think I know the basic concept of this question, it's a supervised classification problem, but it's about should or should not, I'm confused if I should use decision tree or other models, many thanks.


Solution

  • Yes, you can treat it as a classification problem. You can start with collecting the data to train the algorithm and see if you can pick out some more features by looking at the patterns.