Bag of WordsWikipedia says: “The bag-of-words model is a model of text which uses a representation of text that is […] April 2, 2024 in Machine Learning tagged natural / NLP / processing / language / NLP by Mike
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 decision / simple / tree / python / sklearn / decisiontreeclassifier / Decision Trees by Mike
Decision Tree WorkflowAre you working in Python? Do you want to build a decision tree? Let’s work though this workflow […] March 20, 2024 in Machine Learning tagged decision / tree / python / Decision Trees by Mike
Decision Trees and Random ForestsA random forest is a collection of decision trees whose results are aggregated into one final result. Their […] March 19, 2024 in Machine Learning tagged random / decision / tree / forest / Decision Trees by Mike
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
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 Bayes / dummies / sklearn / Naive / classification / soccer / get / weather by Mike
Confusion MatrixWhat is a confusion matrix? a confusion matrix is a graphic that shows you your models true and […] February 9, 2024 in Machine Learning tagged matrix / confusion / true / false / positives / negatives by Mike
Evaluate Supervised Categorical ModelsIn the forth of four stages of the PACE Framework of Google, lies the Evaluate stage. The first […] February 8, 2024 in Machine Learning tagged harmonic / MEAN / model / evaluate by Mike
Class Imbalance in a DatasetWhen a dataset has a predictor variable that contains more instances of one outcome than another, we have […] February 7, 2024 in Machine Learning tagged variable / class / feature / imbalance / predictor by Mike
K-Means AlgorithmK-means is an unsupervised partitioning algorithm. It’s used to organize unlabeled data into groups or clusters. What does […] February 5, 2024 in Machine Learning tagged cluster / MEAN / algorithm / partition / groups / means / k / k-means / unsupervised by Mike
Hyperparameter TuningA popular and widely used technique to improve model performance after creation is known as hyperparameter tuning. Hyperparameters […] February 5, 2024 in Machine Learning tagged hyperparameter / parameter / tuning by Mike
Decision Tree Python AlgorithmHere’s a brief summary of what we need to do in Python. I’m thinking of Jupyter Notebook. There’s […] February 5, 2024 in Machine Learning tagged algorithm / decision / tree / python / steps / Decision Trees by Mike