8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa7736 commit 482f8e9Copy full SHA for 482f8e9
sklearn/__init__.py
@@ -51,7 +51,7 @@
51
# On OSX, we can get a runtime error due to multiple OpenMP libraries loaded
52
# simultaneously. This can happen for instance when calling BLAS inside a
53
# prange. Setting the following environment variable allows multiple OpenMP
54
-# libraries. It should not degrade performances since we manually take care of
+# libraries to be loaded. It should not degrade performances since we manually take care of
55
# potential over-subcription performance issues, in sections of the code where
56
# nested OpenMP loops can happen, by dynamically reconfiguring the inner OpenMP
57
# runtime to temporarily disable it while under the scope of the outer OpenMP
0 commit comments