Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Spark Rapids ML



cccbkvnhhnrdvbld:htfribrlnfgdwghlgtqbfvebtfjl


Spark Rapids ML enables GPU accelerated distributed machine learning on [Apache Spark](https://spark.apache.org/). It provides several PySpark ML compatible algorithms powered by the [RAPIDS cuML](https://docs.rapids.ai/api/cuml/stable/) library.

These APIs seek to minimize any code changes to end user Spark code. After your environment is configured to support GPUs (with drivers, CUDA toolkit, and RAPIDS dependencies), you should be able to just change an import statement or class name to take advantage of GPU acceleration. See [here](./python/README.md#clis-enabling-no-package-import-change) for experimental CLIs that enable GPU acceleration without the need for changing the `pyspark.ml` package names in an existing pyspark ml application.
Expand Down Expand Up @@ -52,4 +57,4 @@ GPU acceleration can provide significant performance and cost benefits. Benchma

## Contributing

We welcome community contributions! Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) to get started.
We welcome community contributions! Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) to get started.