Mastering Marketing Mix Modelling In Python
Part 1 of a hands-on guide to help you master MMM in pymc- 21231Murphy2025-03-22
A Data Scientist's Guide to Stakeholders
How data scientists can best communicate with non-DS people- 22006Murphy2025-03-22
Advice from 15 Top Data Scientists
Going over the main skills you need to be a "good" data scientist- 24174Murphy2025-03-22
Working with Embeddings: Closed versus Open Source
Using techniques to improve semantic search- 27959Murphy2025-03-22
LLM Fine-tuning – FAQs
Answering the most common questions I received as an AI consultant- 28946Murphy2025-03-22
My commute to work is more than 4 hours. Each way.
Am I crazy, or does the data tell a different story?- 23856Murphy2025-03-22
How to Make Your Data Science/ML Engineer Workflow More Effective
Learn how you can use VS Code interactive window to program more effectively- 26080Murphy2025-03-22
How to Convert a Single HEX Color Code into a Monochrome Color Palette with Python
Spoiler: It's harder than you think.- 22207Murphy2025-03-22
Hyperparameter Optimization with Genetic Algorithms – A Hands-On Tutorial
A step-by-step tutorial of using genetic algorithms for optimization tasks.- 25878Murphy2025-03-22
How to Perform Hyperparameter Tuning in R with Python
Optimize your machine learning models with Reticulate & Optuna- 24587Murphy2025-03-22
Make Your Way from Pandas to PySpark
Learn a few basic commands to start transitioning from Pandas to PySpark- 22682Murphy2025-03-22
From Zero to App: Building a Database-Driven Streamlit App with Python
A beginner's guide to build a functional Streamlit App with SQLite Integration- 22354Murphy2025-03-22
Data Science Meets Politics
Unraveling Congressional Dynamics With Networks- 20679Murphy2025-03-22
Beyond Line and Bar Charts: 7 Less Common But Powerful Visualization Types
Step up your data storytelling game with these creative and insightful visualizations- 22473Murphy2025-03-22
A Close Look at AI Pain Points, and How to (Sometimes) Resolve Them
Our weekly selection of must-read Editors' Picks and original features- 21468Murphy2025-03-22
Nine Rules for Running Rust on WASM WASI
Practical Lessons from Porting range-set-blaze to this Container-Like Environment- 25797Murphy2025-03-22
Model Deployment with FastAPI, Azure, and Docker
A Complete Guide to Serving a Machine Learning Model with FastAPI- 21787Murphy2025-03-22
Exploring the World of Markov Chains: Unlocking the Power of Probabilistic Transitions
An Introduction to Markov Chains, their applications, and how to use Monte Carlo Simulations in Python- 24188Murphy2025-03-22
P-Companion: Amazon's Principled Framework for Diversified Complementary Product Recommendatio
A Deep Dive into Amazon's Complementary Product Recommendation Framework- 24192Murphy2025-03-22
Beyond the Hype: When Generative AI Isn't Always the Answer
Why predictive AI might still be your best bet- 25010Murphy2025-03-22
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.