You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/faq.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,6 @@ do structured prediction:
67
67
68
68
Will you add GPU support?
69
69
--------------------------
70
-
No, or at least not in the near future. The main reason is that GPU support will introduce many software dependencies and introduce platfom specific issues.
71
-
Scikit-learn is designed to be easy to install on a wide variety of platforms.
70
+
No, or at least not in the near future. The main reason is that GPU support will introduce many software dependencies and introduce platform specific issues.
71
+
scikit-learn is designed to be easy to install on a wide variety of platforms.
72
72
Outside of neural networks, GPUs don't play a large role in machine learning today, and much larger gains in speed can often be achieved by a careful choice of algorithms.
0 commit comments