Recent Posts

How to structure your python code

1 minute read

In this post I want to show you how you can set up and structure your python code if you don’t know where to start. Just copy our setup!

How to scale up your code

3 minute read

As a machine learning engineer it is part of your job to run things on large data sets.

Our Amazon Sagemaker Processing job setup

3 minute read

At Snappet (we’re hiring!) we use Sagemaker Processing jobs to power most of our machine learning workflow. Sagemaker Processing jobs create our data, train...

You can always kill the feature

1 minute read

If you aren’t sure whether you should build a feature or not, err on the side of building it. Why? Because you can always kill it.