While Model Trains

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

One year as a Data Scientist at Stack Overflow

David Robinson

A story about the first year of working at Stack Overflow after transitioning from academia.

Read it!

Embracing Automated Retraining

Claire Longo & Trevor LaViale

While implementing retraining on a set cadence is easier, dynamic retraining can prevent models from becoming outdated and optimize computational costs.

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!