PROFITABLE! no CNN training; less logging

This commit is contained in:
Dobromir Popov
2025-05-31 01:01:06 +03:00
parent d3868f0624
commit 9a44ddfa3c
4 changed files with 208 additions and 17 deletions

View File

@ -1581,7 +1581,7 @@ class DataProvider:
# Convert to sorted list for consistent ordering
common_feature_names = sorted(list(common_feature_names))
logger.info(f"Using {len(common_feature_names)} common features: {common_feature_names}")
# logger.info(f"Using {len(common_feature_names)} common features: {common_feature_names}")
# Second pass: create feature channels with common features
for tf in timeframes: