Skip to content

Commit

Permalink
update pca example link in docs/additional-functionality/ml-integrati…
Browse files Browse the repository at this point in the history
…on.md (#4430)

Signed-off-by: liyuan <yuali@nvidia.com>
  • Loading branch information
nvliyuan authored Jan 4, 2022
1 parent 9c5a7c5 commit 09fbd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/additional-functionality/ml-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ access to any of the memory that RMM is holding.
## Spark ML Algorithms Supported by RAPIDS Accelerator

The [spark-rapids-examples repository](https://github.com/NVIDIA/spark-rapids-examples) provides a
[working example](https://github.com/NVIDIA/spark-rapids-examples/tree/branch-21.12/examples/pca)
[working example](https://github.com/NVIDIA/spark-rapids-examples/tree/branch-21.12/examples/Spark-cuML/pca)
of accelerating the `transform` API for
[Principal Component Analysis (PCA)](https://spark.apache.org/docs/latest/mllib-dimensionality-reduction#principal-component-analysis-pca).
The example leverages the [RAPIDS accelerated UDF interface](rapids-udfs.md) to provide a native
Expand Down

0 comments on commit 09fbd95

Please sign in to comment.