streamline logging. fixes

This commit is contained in:
Dobromir Popov
2025-06-25 13:45:18 +03:00
parent ad76b70788
commit 9bbc93c4ea
5 changed files with 214 additions and 235 deletions

View File

@ -94,7 +94,7 @@ class NeuralDecisionFusion:
self.registered_models = {}
self.last_predictions = {}
logger.info(f"🧠 Neural Decision Fusion initialized on {self.device}")
logger.info(f"Neural Decision Fusion initialized on {self.device}")
def register_model(self, model_name: str, model_type: str, prediction_format: str):
"""Register a model that will provide predictions"""