While Model Trains

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

Effective testing for machine learning systems.

Jeremy Jordan

"Effective testing for machine learning systems requires both a traditional software testing suite (for model development infrastructure) and a model testing suite (for trained models)."

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!

Decision Tree - Implemented from scratch

Oleg Żero

A step-by-step implementation to gain a better understanding of how a decision tree works.

Read it!