Decision Tree 4 RowsLet’s learn about decision trees with a dataset that has only four rows of generic data, and two […] February 18, 2024 in Machine Learning tagged classifier / decision / tree / Decision Trees by Mike
Simple Decision Tree in PythonWe have a series of posts that introduces the reader to decision trees. It begins with the post […] February 4, 2024 in Machine Learning tagged simple / tree / classifier / apple / grape / apples / grapes / decision / Decision Tree Apples Grapes by Mike
Plot Decision Tree InterpretationYou are modelling a decision tree in Python with the plot_tree function of sklearn.tree. How do you interpret […] February 4, 2024 in Machine Learning tagged tree / plot / plt / sklearn / classifier / apple / grape / decision / Decision Tree Apples Grapes by Mike
Naive Bayes IntroductionNaive Bayes is a supervised classification algorithm based on Bayes’ theorem with an assumption of independence among predictors. […] October 23, 2023 in Machine Learning tagged probability / Bayes / classifier / Naive / supervised / classification / churn / Naive Bayes by Mike