While Model Trains

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

What Should Data Scientists Learn?

Peter Baumgartner

Asking 'What happens before I do my job?' and 'What happens after I do my job?' can help with choosing what to learn next.

Read it!

The Four Jobs of the Data Scientist

Roger Peng

For each "Data Analytic Iteration," you need to embody the roles of a scientist, statistician, system engineer, and politician.

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!