more fixes

This commit is contained in:
Dobromir Popov
2025-06-24 21:25:25 +03:00
parent f47cf52ae1
commit c9d1e029c5
2 changed files with 73 additions and 2 deletions

View File

@ -1693,7 +1693,7 @@ class DataProvider:
# Stack all timeframe channels
feature_matrix = np.stack(feature_channels, axis=0)
logger.info(f"Created feature matrix for {symbol}: {feature_matrix.shape} "
logger.debug(f"Created feature matrix for {symbol}: {feature_matrix.shape} "
f"({len(feature_channels)} timeframes, {window_size} steps, {len(common_feature_names)} features)")
return feature_matrix