Skip to content

Commit

Permalink
Don't pin an older commit in the documentation. (#29540)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored Nov 28, 2023
1 parent db6a55b commit 86f711b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ limitations under the License.


Use `MLTransform` to apply common machine learning (ML) processing tasks on keyed data. Apache Beam provides ML data processing transformations that you can use with `MLTransform`. For the full list of available data
processing transformations, see the [tft.py file](https://github.com/apache/beam/blob/ab93fb1988051baac6c3b9dd1031f4d68bd9a149/sdks/python/apache_beam/ml/transforms/tft.py#L52) in GitHub.
processing transformations, see the [tft.py file](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/ml/transforms/tft.py#L52) in GitHub.


To define a data processing transformation by using `MLTransform`, create instances of data processing transforms with `columns` as input parameters. The data in the specified `columns` is transformed and outputted to the `beam.Row` object.
Expand Down

0 comments on commit 86f711b

Please sign in to comment.