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 decision / simple / tree / classifier / apple / grape / apples / grapes / 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 decision / tree / plot / plt / sklearn / classifier / apple / grape / Decision Tree Apples Grapes by Mike
Decision Tree Modelling IntroductionTree-based machine learning is a type of supervised machine learning that performs classification and regression tasks. It uses […] November 1, 2023 in Machine Learning tagged root / impurity / child / node / decision / trees / Decision Trees by Mike
Problems in Machine LearningWhat are the most common types of problems or challenges that we can use machine learning to help […] November 1, 2023 in Machine Learning tagged machine / ML / learning / Machine Learning Overview by Mike
Feature EngineeringData professionals give careful consideration to all of the variables (columns, features) in their dataset. Machine learning professionals […] October 23, 2023 in Machine Learning tagged column / variables / engineering / feature 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 Naive / supervised / classification / churn / probability / Bayes / classifier / Naive Bayes by Mike
Types of Machine LearningThere are several types of machine learning. When considering which type of machine learning model to use, it’s […] October 15, 2023 in Machine Learning tagged learning / types / machine / dataset / AI / data / Machine Learning Overview by Mike
Machine Learning Use CasesMachine learning is part many of cool features in the high-tech products we have today. But what can […] September 3, 2023 in Machine Learning tagged learning / machine / ML / Machine Learning Overview by Mike
Machine Learning WorkflowMachine learning workflows define which phases are implemented during a machine learning project. The typical phases may include […] August 30, 2023 in Machine Learning tagged workflow / phase / project / framework / plan / Machine Learning Overview by Mike
Machine Learning IntroductionWhat is machine learning (ML)? Machine learning is the use and development of algorithms and statistical models to […] April 14, 2023 in Machine Learning tagged learn / learning / machine / patterns / AI / Machine Learning Overview by Mike