Skip to Content
Effective Machine Learning Teams
book

Effective Machine Learning Teams

by David Tan, Ada Leung, David Colls
February 2024
Beginner to intermediate content levelBeginner to intermediate
402 pages
11h 33m
English
O'Reilly Media, Inc.
Book available
Content preview from Effective Machine Learning Teams

Chapter 8. Refactoring and Technical Debt Management

Programs must be written for people to read, and only incidentally for machines to execute.

Harold Abelson, Structure and Interpretation of Computer Programs (MIT Press)

Without refactoring, the internal design—the architecture—of software tends to decay. As people change code to achieve short-term goals, often without a full comprehension of the architecture, the code loses its structure [...]. Loss of the structure of code has a cumulative effect. The harder it is to see the design in the code, the harder it is for me to preserve it, and the more rapidly it decays. Regular refactoring helps keep the code in shape.

Martin Fowler, Refactoring: Improving the Design of Existing Code (Addison-Wesley Professional)

As ML practitioners, we know that code can get messy, and usually much more quickly than we expect. Typically, code to train ML models comprises semi-boilerplate code glued together in a long notebook or script, generously peppered with side effects—e.g., print statements, pretty-printed dataframes, data visualizations—and usually without any automated tests.

While this may be fine for notebooks targeted at teaching people about the ML process, in real projects it’s a recipe for unmaintainable mess, cognitive overload, and friction to the point of halting progress. Poor coding habits and the lack of design makes code hard to understand and, consequently, very hard to change. This makes feature development and model improvements ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Practicing Trustworthy Machine Learning

Practicing Trustworthy Machine Learning

Yada Pruksachatkun, Matthew Mcateer, Subho Majumdar
Graph-Powered Analytics and Machine Learning with TigerGraph

Graph-Powered Analytics and Machine Learning with TigerGraph

Victor Lee, Phuc Kien Nguyen, Alexander Thomas

Publisher Resources

ISBN: 9781098144623Errata PageSupplemental Content