Why explainable AI is so important for businessesWith AI being built into many businesses' workflows, concerns are rightfully being raised about its trustworthiness, and emphasis put on the importance of explainable AI.Andy Rossmeisslon Jan 16, 2024
Predicting a customer’s propensity to buy using machine learningUsing propensity to buy models to target your most likely-to-buy customers is an attractive prospect, but it can be a long, resource-draining process. Read about how customer prediction platforms can drastically shorten your time-to-value.Andy Rossmeisslon Sep 12, 2023
How to set up holdout tests to evaluate prediction accuracyThree holdout testing methods you can use to evaluate the accuracy of a model’s predictions.Andy Rossmeisslon Aug 15, 2023
Propensity vs probability: Understanding the difference between raw scores and probabilitiesPropensity scores and predicted probabilities represent distinct aspects of a machine learning model's predictions. Understand the difference and when you should use them.Thibault Dodyon Jul 21, 2023
How to determine buyer signal from Stripe paymentsIf you have at least 2000 payments, Stripe data probably contains your buyer signal - the unique patterns that predict who will buy from you.Seamus Abshereon Apr 16, 2023
5 ways to personalize experiences across the customer lifecycleExplore practical personalization strategies that leading brands use to create more enjoyable experiences across the customer lifecycle.Andy Rossmeisslon Jun 17, 2022
3 common-sense rules for ethical data use Is your organization doing doing the right things with consumer data? Here are 3 common-sense rules to follow.Andy Rossmeisslon Jan 12, 2022
How to do histograms in PostgreSQLLearn how to create in-table histograms with PostgreSQL.Andy Rossmeisslon Oct 6, 2017
How we made our CSV processing 142x fasterA data science hack to process CSVs faster using XSV.Andy Rossmeisslon Feb 23, 2017
Saved by the compiler: Parallelizing a loop with Rust and rayonA detailed example of how to parallelize a loop with Rust and rayon.Faradayon Oct 20, 2016