Skip to content

Commit

Permalink
Update example code link (#46)
Browse files Browse the repository at this point in the history
* Update example code link

Signed-off-by: Allen Xu <[email protected]>

* fix

Signed-off-by: Allen Xu <[email protected]>

Co-authored-by: Allen Xu <[email protected]>
  • Loading branch information
wjxiz1992 and wjxiz1992 authored Dec 16, 2021
1 parent 6f1e228 commit f445f8b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,9 @@ $SPARK_HOME/bin/spark-shell --master $SPARK_MASTER \
### PCA examples

Please refer to
[PCA examples](https://github.com/NVIDIA/spark-rapids-examples/blob/branch-21.12/examples/pca/main.scala) for
more details about example code.
[PCA examples](https://github.com/NVIDIA/spark-rapids-examples/blob/branch-21.12/examples/Spark-cuML/pca/) for
more details about example code. We provide both
[Notebook](https://github.com/NVIDIA/spark-rapids-examples/blob/branch-21.12/examples/Spark-cuML/pca/PCA-example-notebook.ipynb)
and [jar](https://github.com/NVIDIA/spark-rapids-examples/blob/branch-21.12/examples/Spark-cuML/pca/scala/src/com/nvidia/spark/examples/pca/Main.scala)
versions there. Instructions to run these examples are described in the
[README](https://github.com/NVIDIA/spark-rapids-examples/blob/branch-21.12/examples/Spark-cuML/pca/README.md).

0 comments on commit f445f8b

Please sign in to comment.