From 5aa336ae1fad86d6d61a1870141ec41acf0a2171 Mon Sep 17 00:00:00 2001 From: Afolabi Abeeb Date: Wed, 3 Jan 2024 09:34:10 +0100 Subject: [PATCH] Update README.md Make a Spelling correction on grpahistry to graphistry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ce81bb34..bdd1830e8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Hinted by its name, cu_cat is our GPU-accelerated open source fork of the popula # What can **cu-cat** NOT do? -Since **cu_cat** is limited to CUDF/CUML dataframes, it is not a drop-in replacement for dirty_cat. It is also not a drop-in replacement for the CPU-based dirty_cat, and we are not planning to make it one. We developed this library to accelerate our own **grpahistry** end-to-end pipelines. +Since **cu_cat** is limited to CUDF/CUML dataframes, it is not a drop-in replacement for dirty_cat. It is also not a drop-in replacement for the CPU-based dirty_cat, and we are not planning to make it one. We developed this library to accelerate our own **graphistry** end-to-end pipelines. Similarly, it requires pandas or cudf input, as well as a GPU; numpy array will not suffice as they can featurize but cannot be UMAP-ed since they lack index.