From 78178cf066861af1aa2c2c5340bcb05fa75efcf7 Mon Sep 17 00:00:00 2001 From: Salonijain27 Date: Tue, 21 Jan 2020 12:39:28 -0600 Subject: [PATCH] removed OLD and Ridge from README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e49378a0c..d2649990b5 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ repo](https://github.com/rapidsai/notebooks-contrib). | | Uniform Manifold Approximation and Projection (UMAP) | | | | Random Projection | | | | t-Distributed Stochastic Neighbor Embedding (TSNE) | | -| **Linear Models for Regression or Classification** | Linear Regression (OLS) | Experimental multi-GPU available in conda CUDA 10 package | -| | Linear Regression with Lasso or Ridge Regularization | Experimental multi-node multi-GPU via Dask| +| **Linear Models for Regression or Classification** | Linear Regression (OLS) | | +| | Linear Regression with Lasso or Ridge Regularization | | | | ElasticNet Regression | | | | Logistic Regression | | | | Stochastic Gradient Descent (SGD), Coordinate Descent (CD), and Quasi-Newton (QN) (including L-BFGS and OWL-QN) solvers for linear models | |