more fixes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user