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