Technical Writing

A collection of my best technical writing, covering a range of topics and formats

Baseten Technical Writing

Links to all of my technical writing at Baseten, ranging from product releases to foundation models and AI/machine learning infrastructure.

June 6, 2023

Truss + XGBoost for Rapid Model Deployment

Truss is an open source framework for packaging models built using any framework so that they can be deployed to the environment of your choosing. This article looks at using Truss to deploy a simple XGBoost model.

September 16, 2022

A Slack-ers guide to Twitch streams

This guide is written as a primer for those of us who feel pretty cool when we upload a new Slack emoji, but feel a little lost when we tune in to a Twitch stream.

June 11, 2021

TPUs + Cassava Leaf Disease

Originally published as a Kaggle notebook, this article walks through the various steps of training a deep learning model for the Cassava Leaf Disease competition while using Tensor Processing Units (TPU) to accelerate computations.

January 4, 2021

Dive into {dplyr}

New to {dplyr}? This post is a thorough introduction to the basics of the {dplyr} R package, and covers the five main functions: arrange(), filter(), select(), mutate(), and summarise()

May 1, 2020

{tidymodels} and XGBoost

A gentle introduction to using {tidymodels} with XGBoost, this post goes through all of the necessary steps to train an XGBoost model and make predictions using the Palmer Penguins data set.

May 17, 2013