damccorm commented on code in PR #27305:
URL: https://github.com/apache/beam/pull/27305#discussion_r1247019144


##########
examples/notebooks/beam-ml/run_inference_multi_model.ipynb:
##########
@@ -65,8 +64,8 @@
     {
       "cell_type": "markdown",
       "source": [
-        "A single machine learning model might not be the right solution for 
your task. Often, machine learning model tasks involve aggregating mutliple 
models together to produce one optimal predictive model and to boost 
performance. \n",
-        " \n",
+        "A single machine learning model might not be the right solution for 
your task. Often, machine learning model tasks involve aggregating mutliple 
models together to produce one optimal predictive model and to boost 
performance.\n",
+        "\n",
         "\n",
         "This notebook shows how to implement a cascade model in Apache Beam 
using the [RunInference 
API](https://beam.apache.org/documentation/sdks/python-machine-learning/). The 
RunInference API enables you to run your Beam transforms as part of your 
pipeline for optimal machine learning inference.\n",

Review Comment:
   Good idea, linked to the main docs landing page instead though because I 
think its a better general starting place.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to