From 2536cd1ccf2654721c10b07b40905ea75997df37 Mon Sep 17 00:00:00 2001 From: Tyler Thomas <36181311+tylerjthomas9@users.noreply.github.com> Date: Sun, 15 Nov 2020 15:09:13 -0600 Subject: [PATCH] Added PR #3136 to 0.17 Bug Fixes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c91d8d627..398a66c4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ - PR #3117: Fix two crashes in experimental RF backend - PR #3119: Fix memset args for benchmark - PR #3130: Return Python string from `dump_as_json()` of RF +- PR #3136: Fix stochastic gradient descent example # cuML 0.16.0 (Date TBD)