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

@ -919,7 +919,7 @@ class WilliamsMarketStructure:
else:
X_predict_batch = X_predict # Or handle error
logger.info(f"CNN Predicting with X_shape: {X_predict_batch.shape}")
# logger.info(f"CNN Predicting with X_shape: {X_predict_batch.shape}")
pred_class, pred_proba = self.cnn_model.predict(X_predict_batch) # predict expects batch
# pred_class/pred_proba might be arrays if batch_size > 1, or if output is multi-dim