We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ec53d commit 6b907b9Copy full SHA for 6b907b9
1 file changed
ml_grid/pipeline/data_correlation_matrix.py
@@ -41,7 +41,7 @@ def handle_correlation_matrix(
41
# Convert data to float32
42
data = df_numeric.values.astype(np.float32)
43
44
- # --- IMPROVED GPU DETECTION & SAFETY ---
+ # --- GPU DETECTION & SAFETY ---
45
use_gpu = False
46
try:
47
import cupy as cp
0 commit comments