From 7b57f84e640ac97bee351f9e800a013e9bfdee56 Mon Sep 17 00:00:00 2001 From: Vincent Pham Date: Thu, 19 Jan 2017 19:15:52 -0800 Subject: [PATCH 1/2] linked deep learning question to gpu question. --- doc/faq.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/faq.rst b/doc/faq.rst index 612a662ab2d8c..f23d80dd98a64 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -282,6 +282,8 @@ the design constraints of scikit-learn; as a result, deep learning and reinforcement learning are currently out of scope for what scikit-learn seeks to achieve. +You can find more information on GPU in `Will you add GPU support?`_. + Why is my pull request not getting any attention? ------------------------------------------------- From f00de31405a582a72c654300478ff71a542f7e12 Mon Sep 17 00:00:00 2001 From: Vincent Pham Date: Thu, 19 Jan 2017 20:13:18 -0800 Subject: [PATCH 2/2] fix wording. --- doc/faq.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index f23d80dd98a64..519a46f0a79a6 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -282,7 +282,8 @@ the design constraints of scikit-learn; as a result, deep learning and reinforcement learning are currently out of scope for what scikit-learn seeks to achieve. -You can find more information on GPU in `Will you add GPU support?`_. +You can find more information about addition of gpu support at +`Will you add GPU support?`_. Why is my pull request not getting any attention? -------------------------------------------------