Qna Discussion

Considering a Long List of Machine Learning Algorithms, given a Data Set, How Do You Decide Which One to Use?
Course Name: Machine Learning

    Solution: 1.

    There is no master algorithm for all situations. Choosing an algorithm depends on the following questions:
    • How much data do you have, and is it continuous or categorical?
    • Is the problem related to classification, association, clustering, or regression?
    • Predefined variables (labeled), unlabeled, or mix?
    • What is the goal?