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: docs/ml-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ To configure `netlib-java` / Breeze to use system optimised binaries, include
61
61
project and read the [netlib-java](https://github.com/fommil/netlib-java) documentation for your
62
62
platform's additional installation instructions.
63
63
64
-
Some popular native BLAS (e.g. Intel MKL, OpenBLAS) are based on multi-threading, which will conflict with Spark.
64
+
The most popular native BLAS such as [Intel MKL](https://software.intel.com/en-us/mkl), OpenBLAS, are based on multi-threading, which will conflict with Spark.
65
65
To use multi-threading based native BLAS, you must set it to use single thread first (SPARK-21305).
66
66
67
67
To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.4 or newer.
0 commit comments