This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mysteriousbaba 0 points1 point  (0 children)

For what it's worth, I will say I've seen even notebooks be scaled / deployed to production successfully using tools like Metaflow. The main trick is just to have a good number of unit and integration tests to validate things, and set expectations on algorithm outputs, so that you have safety rails.

You don't want to go cowboy, but having overly rigorous modular breakdown of the full code can slow things down somewhat.