This document discusses moving machine learning models from prototyping to production. It notes that while code may be well-written, different environments can make translation difficult. The author proposes using H2O, which allows users to export feature preprocessing and models to new environments. An example is given of preprocessing loan data with H2OAssembly, building a gradient boosted machine model, and exporting the entire workflow into a Storm topology for production.
Related topics: