rszper commented on code in PR #22250: URL: https://github.com/apache/beam/pull/22250#discussion_r921337400
########## website/www/site/content/en/documentation/sdks/python.md: ########## @@ -46,7 +46,13 @@ new I/O connectors. See the [Developing I/O connectors overview](/documentation/ for information about developing new I/O connectors and links to language-specific implementation guidance. -## Using Beam Python SDK in your ML pipelines +## Making machine learning inferences with Python + +To integrate machine learning models into your pipelines for making inferences, use the RunInference API for PyTorch and Scikit-learn models. If you are using TensorFlow models, you can make use of the +[library from `tfx_bsl`](https://github.com/tensorflow/tfx-bsl/tree/master/tfx_bsl/beam). Further integrations for TensorFlow are planned. For more information, see [Beam issue #21442](https://github.com/apache/beam/issues/21442). Review Comment: I'll remove it. We shouldn't talk about future releases in documentation. -- 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]
