November
17th,
2020
Ever wanted to know what it's like to write a technical book? This post details my experience co-authoring an O'Reilly book with my colleagues Lak and Mike. Our book, Machine Learning Design Patterns, is available to order now and all royalties go to Girls Who Code.
August
25th,
2020
I made a cake that looks like a credit card for a machine learning demo. You'll have to read to learn more.
August
18th,
2020
Learn how to call your AutoML models — or really any model — from a container using Cloud Run. In this post you'll learn how to containerize your model prediction code, and use it to scalably serve your ML model.
May
9th,
2020
Progress, it turned out, was a constant battle. Two steps forward followed by one lingering thought that you didn’t deserve to take those steps in the first place. But maybe the progress and doubt didn’t have to be opposing forces. Maybe they could coexist. And maybe, they could even help each other.
April
30th,
2020
Like many people, I’ve been entertaining myself at home by baking a ton. I’ve gotten pretty good at following recipes, but I decided I wanted to take things one step further and understand the science behind what differentiates a cake from a bread or a cookie. I also like machine learning so I thought: what if I could combine it with baking??!
March
14th,
2020
“You are the coolest person I've ever met on a plane,” he messaged me immediately after I sat down. “There's an empty row behind me. Come say hi!”
January
15th,
2020
Anomaly detection can be a good candidate for machine learning, since it is often hard to write a series of rule-based statements to identify outliers in data. In this post I'll look at building a model for fraud detection on financial data. If you're thinking *groan, that sounds boring*, don't go away just yet! Fraud detection addresses some interesting challenges in ML.
October
18th,
2019
Today is my five year Googleversary! I thought I'd take a few minutes to share some things I've learned over the past five years related to developer advocacy, working in tech, and other random thoughts.
September
12th,
2019
Learn how to use custom containers on Cloud AI Platform to train an XGBoost model with automated hyperparameter tuning.
August
1st,
2019
In this post we'll walk through how to interpret an XGBoost model trained on a mortgage dataset using the What-if Tool, SHAP, and Cloud AI Platform.