PROFITABLE! no CNN training; less logging
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user