Decision Tree – Only Six RowsThis is a very simple example of building a decision tree model on a very small dataset that […] March 20, 2024 in Machine Learning tagged simple / tree / python / sklearn / decisiontreeclassifier / decision / Decision Trees by Mike
Naive Bayes Python ExampleHere is an example of Naive Bayes. I created a project using Jupyter Notebook that I called Naive […] February 11, 2024 in Machine Learning tagged get / weather / Bayes / dummies / sklearn / Naive / classification / soccer 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 decision / tree / plot / plt / sklearn / classifier / apple / grape / Decision Tree Apples Grapes by Mike