Data Science

Louis de Bruijn | Sept. 1, 2025

Introduction

Please find all data science blogposts here.

Blogposts
party
Decision Tree Learning

A supervised machine learning technique that builds a model resembling a flowchart to classify or predict outcomes based on a series of rules derived from data.

Last updated on Sept. 1, 2025

party
Random Forest

Is an "ensemble" ML technique that combines decision trees using boosted sampling and feature bagging and averages over predicted probabilities of each tree.

Last updated on Aug. 8, 2025