Skip to content

Commit 6b907b9

Browse files
author
SamoraHunter
committed
minor
1 parent 27ec53d commit 6b907b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ml_grid/pipeline/data_correlation_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def handle_correlation_matrix(
4141
# Convert data to float32
4242
data = df_numeric.values.astype(np.float32)
4343

44-
# --- IMPROVED GPU DETECTION & SAFETY ---
44+
# --- GPU DETECTION & SAFETY ---
4545
use_gpu = False
4646
try:
4747
import cupy as cp

0 commit comments

Comments
 (0)