Contribute Media
A thank you to everyone who makes this possible: Read More

Maintainable code in data science

Description

Notebooks are great, they allow to explore your data and prototype models quickly. But they make it hard to follow good software practices. In this tutorial, we will go through a case study.We will see how to refactor our code as a testable and maintainable Python package with entry-points to tune, train and test our model so it can easily be integrated to a CI/CD flow.

Details

Improve this page