Custom Memory for ChatGPT API
A Gentle Introduction to LangChain Memory Types- 27630Murphy2025-03-23
P-Values: Understanding Statistical Significance in Plain Language
Choosing the path to significant results- 23825Murphy2025-03-23
Exploratory Analysis of MEMS Sensor Data
Reading, collecting, and analyzing data from the MPU6050 sensor- 29734Murphy2025-03-23
The Little Story About Generative AI: The Drawing Challenge
Understanding the concept of how Generative AI works- 23709Murphy2025-03-23
How to Interpret Logistic Regression Coefficients
Calculating mean marginal effects of logistic regression coefficients- 27553Murphy2025-03-23
How to Create a Polar Histogram With Python and Matplotlib
Creating a graph that captures the eye and tells the beholder an insightful story.- 23718Murphy2025-03-23
The Might of Data Literacy
Is this the Key to Successful Use of Data and Analytics?- 25494Murphy2025-03-23
Airflow 2.7 Is Now Out
Here are the most important feature updates that will make your life easier and save you time- 26792Murphy2025-03-23
FIFA Women's World Cup 2023 visualized with Plotly
A data scientist's review in five plots- 21233Murphy2025-03-23
Seaborn 0.12: An Insightful Guide to the Objects Interface and Declarative Graphics
Streamlining your data visualization journey with Python's popular library- 24834Murphy2025-03-23
Presenting Spatial Data Interactively with Story Maps #2
Telling stories and insights with interactive maps in pages.- 25322Murphy2025-03-23
Boosting Model Accuracy: Techniques I Learned During My Machine Learning Thesis at Spotify (+Code
A tech data scientist's stack to improve stubborn ML models- 20989Murphy2025-03-23
Predicting NBA Salaries with Machine Learning
Building a machine learning model with Python to predict the NBA salaries and analyze the most impactful variables.- 29743Murphy2025-03-23
Data, Streamlined: How to Build Better Products, Workflows, and Teams
Our weekly selection of must-read Editors' Picks and original features- 22538Murphy2025-03-23
An Accessible Derivation of Linear Regression
The math behind the model, from additive assumptions to pseudoinverse matrices- 28784Murphy2025-03-23
Data Science Soft Skills
What helps solve real-life problems end-to-end, from business requirements to convincing presentation of results- 26442Murphy2025-03-23
Feature Importance Analysis with SHAP I Learned at Spotify (with the Help of the Avengers)
Identifying top features and understanding how they affect prediction outcomes of machine learning models with SHAP- 26077Murphy2025-03-23
A comparison of Temporal-Difference(0) and Constant-α Monte Carlo methods on the Random Walk Task
This post discusses the difference between the constant-a MC method and TD(0) methods and compared their performance on the Random Walk...- 25182Murphy2025-03-23
Archetypes of the Data Scientist Role
Data science roles can be very different, and job postings are not always clear. What hat do you want to wear?- 25006Murphy2025-03-23
How AI Is Changing the Way We Code
Evidence from ChatGPT and Stack Overflow- 29987Murphy2025-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.