From a3290c69f9453990efa0963262bf7c52f2f49056 Mon Sep 17 00:00:00 2001 From: Ekaterina Mekhnetsova Date: Thu, 16 Sep 2021 11:16:37 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8214e4022..886d010f5 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Machine Learning Benchmarks** contains implementations of machine learning algorithms across data analytics frameworks. Scikit-learn_bench can be extended to add new frameworks -and algorithms. It currently support the [scikit-learn](https://scikit-learn.org/), +and algorithms. It currently supports the [scikit-learn](https://scikit-learn.org/), [DAAL4PY](https://intelpython.github.io/daal4py/), [cuML](https://github.com/rapidsai/cuml), and [XGBoost](https://github.com/dmlc/xgboost) frameworks for commonly used [machine learning algorithms](#supported-algorithms).