Your Classifier Is Broken, But It Is Still Useful

January 8, 2025 | David Lindelöf

When you run a binary classifier over a population you get an estimate of the proportion of true positives in that population. This is known as the prevalence. But that estimate is biased, because no classifier is perfect. For example, if your classifier tells you that you have 20% of positive ...
[Read more...]

What’s a Pentomino Anyway?

January 7, 2025 | Chisato

Pakcages Used in This Blog Post library(tidyverse) # Easily Install and Load the 'Tidyverse' library(cowplot) # Streamlined Plot Theme and Plot Annotations for 'ggplot2' library(sf) # Simple Features for R library(patchwork) # The Composer of ...
[Read more...]

Some of the more useful Tidyverse functions

January 1, 2025 | tomaztsql

R functions for every data engineer using Tidyverse Tidyverse has long been an amazing collection of R packages, primarily for data engineering and data science. Common among these packages is the same language grammar, great design and structure, making data…Read more ›
[Read more...]

Visualizing 445 Calendar in R

December 29, 2024 | Chisato

Have You Heard of the 4-4-5 Calendar? 📆 If you’ve worked in retail, you might already know that time isn’t always measured in standard months. Enter the 4-4-5 calendar: a reporting tool that divides a year into 12 periods, each organized into quarters of 4, 4, and 5 weeks (i.e. 13 ...
[Read more...]

Getting back into blogging

December 27, 2024 | John Russell

Time since MƒA In one of my last posts 2 years ago, I mentioned that I would be looking for work and leaving MƒA. I ended up doubling down on my research background and becoming a part of EL Education’s Research Team, where I have taken an impr...
[Read more...]
1 25 26 27 28 29 2,188