What are the most frequently used DM models?

Answered What are the most frequently used DM models?

  • Freitag, 8. März 2013 16:36
     
     

    Hi All,

    What are the most frequently used DM models?  There are many models in SSAS and I am wondering which are the ones I should focus on first.  In the tutorial, they always focus on Decision Tree, Clusters, and Naive Bayes.  Are these three the most frequently used?  Of course, it all depends on the type of business one is trying to analyze, but which are the most demanding ones?


    BI Analyst


    • Bearbeitet BIAnalyst Freitag, 8. März 2013 16:54
    •  

Alle Antworten

  • Montag, 11. März 2013 07:11
    Beantworter
     
     Beantwortet

    I think most often people build classification models, that is to predict categorical columns.

    Decision Tree algorithm has good accuracy and is easy to understand. Logistic Regression algorithm is as good but is much harder to understand.

    Naive Bayes is used by "Analyze Key Influencers" in the Excel add-in, which is used more than others (again, easy to understand).

    I think Time Series algorithm is used often too.

    Clustering is used more often for data exploration.


    Tatyana Yakushev [PredixionSoftware.com]

    • Als Antwort markiert BIAnalyst Montag, 11. März 2013 16:29
    •  
  • Montag, 11. März 2013 16:30
     
     

    Thanks again, Tatyana!


    BI Analyst