While Model Trains

Read data blog posts.
Carefully handpicked.
Presented 3 at a time.

Are Airbnb guests less energy efficient than their host?

Max Halford

A comparison of energy consumption between Airbnb guests and their host in the same apartment during 2022. Guess who consumes more!

Read it!

Stop Hard Coding in a Data Science Project – Use Config Files Instead

Khuyen Tran

In a data science project, certain values such as file names, train-test split ratios, and hyperparameters often undergo frequent changes. By using configuration files instead of hard-coding these values, you can achieve better maintainability and flexibility.

Read it!

Building Docker Images The Proper Way

Martin Heinz

Some techniques for speeding up the build process of Docker images and make much slimmer and more secure images.

Read it!