How to survive the data explosion when adopting a modern data stack
Sifting through the data from multiple data platforms can be challenging. Here is how we solved this problem with the help of a data...- 22140Murphy2025-03-23
February Edition: Let's Talk About the Chatbot
(Yes, you know the one)- 29315Murphy2025-03-23
How Prejudice Creeps into AI Systems
Where do AI biases actually originate from?- 28624Murphy2025-03-23
These 7 Programming Habits Are Making You a Less Productive Data Scientist
Fixing these habits can make you a more efficient data scientist- 24479Murphy2025-03-23
Data Science Team Topologies
How data product development diverges from software- 22903Murphy2025-03-23
Four Steps to Remove Analytics Waste
Accelerate Decision Making by Removing Analytics Waste- 20445Murphy2025-03-23
Use Delta Lake as the Master Data Management (MDM) Source for Downstream Applications
In this article, we will try to understand how the output from Delta Lake change feed can be used to feed downstream applications- 22010Murphy2025-03-23
The Achilles Heel of Scatter Plots
Visualizing large datasets with hidden trends using an alternative to scatter plots- 25363Murphy2025-03-23
DASC-PM: a novel Process Model for Data Science Projects
or: How to properly structure your next data science project- 20952Murphy2025-03-23
Args vs kwargs: which is the fastest way to call a function in Python?
A clear demonstration of the timeit module- 29512Murphy2025-03-23
A Day in the Life of a Chief Data Scientist
Spoiler alert - I don't do much data science!- 25774Murphy2025-03-23
Beyond Transformers with PyNeuraLogic
Beyond standard transformers with a neuro-symbolic AI framework- 20977Murphy2025-03-23
The Subtleties of Converting a Model from TensorFlow to PyTorch
Advice and techniques to ensure success- 20849Murphy2025-03-23
How to Detect Drift in Machine Learning Models
This might be the reason why your model performance degrades in production.- 22037Murphy2025-03-23
Back To Basics, Part Dos: Gradient Descent
An accessible perspective on essential machine learning concepts- 27156Murphy2025-03-23
Using Probabilistic Words in Data Science
Transform vague human feedback into concrete probabilities for machine learning.- 28721Murphy2025-03-23
ML Engineering with DynamoDB
How to leverage this powerhouse NoSQL database for online inference- 20881Murphy2025-03-23
Monitoring Machine Learning Models: A fundamental practice for data scientists and machine learning&
A beginner's guide on monitoring machine learning models- 21804Murphy2025-03-23
How to Build an ELT with Python
Extracting, Loading and Transforming Data- 21923Murphy2025-03-23
Building Blocks of Causal Inference – A DAGgy approach using Lego
An Introduction to Causal Inference with DAGs and Bayesian Regression- 25549Murphy2025-03-23
The current state of continual learning in AI
Why is ChatGPT only trained up until 2021?Optimizing Pandas Code: The Impact of Operation Sequence
Learn how to rearrange your code to achieve significant speed improvements.