In the demo code https://github.com/h2oai/sparkling-water/blob/master/py/examples/notebooks/TensorFlowDeepLearning.ipynb
I can more or less make out what the code is doing. My question is what is the advantage in creating the h2o model at the end for running it repeatedly. How is that better than just deploy the model in tensorflow?