Decision

Multi-Attribute Decision Matrices, Done Right

decision matrices (MADM) are a useful methodology for comparing multiple alternatives and choosing the alternative that most closely fits your needs and budget. By evaluating a set of criteria for every option, you'll be...

The Machine Learning “Advent Calendar” Day 21: Gradient Boosted Decision Tree Regressor in Excel

previous article, we introduced the core mechanism of Gradient Boosting through Gradient Boosted Linear Regression. That example was deliberately easy. Its goal was not performance, but understanding. Using a linear model allowed us to make...

The Machine Learning “Advent Calendar” Day 7: Decision Tree Classifier

, we explored how a Decision Tree Regressor chooses its optimal split by minimizing the Mean Squared Error (MSE). Today for Day 7 of the Machine Learning “Advent Calendar”, we proceed the identical approach but...

The Machine Learning “Advent Calendar” Day 6: Decision Tree Regressor

5 days of this Machine Learning “Advent Calendar”, we explored 5 models (or algorithms) which are all based on distances (local Euclidean distance, or global Mahalanobis distance). So it's time to change the approach,...

Decision Trees Natively Handle Categorical Data

machine learning algorithms can’t handle categorical variables. But decision trees (DTs) can. Classification trees don’t require a numerical goal either. Below is an illustration of a tree that classifies a subset of Cyrillic...

Quantum Computing: The Way forward for Data-Driven Decision Making

Data shouldn't be just an asset; it has develop into the lifeblood of companies today, driving all the things from each day decisions to long-term strategy, and is central to competitiveness and innovation. It’s...

🚪🚪🐐 Lessons in Decision Making from the Monty Hall Problem

A journey into three intuitions: Common, Bayesian and CausalThe Monty Hall Problem is a widely known brain teaser from which we are able to learn necessary lessons in decision making which are useful basically...

Create Stronger Decision Trees with bootstrapping and genetic algorithms

A way to raised allow decision trees for use as interpretable modelsWhile decision trees can often be effective as interpretable models (they're quite comprehensible), they depend on a greedy approach to construction that may...

Recent posts

Popular categories

ASK ANA