From c4c1a09db5ce4b2b8845513f7ce846e01ce9440b Mon Sep 17 00:00:00 2001 From: mastoffel Date: Tue, 15 Oct 2024 11:43:34 +0100 Subject: [PATCH] remove print --- autoemulate/compare.py | 1 - 1 file changed, 1 deletion(-) diff --git a/autoemulate/compare.py b/autoemulate/compare.py index 728d9291..7307ef03 100644 --- a/autoemulate/compare.py +++ b/autoemulate/compare.py @@ -108,7 +108,6 @@ def setup( self.X, test_size=self.test_set_size, random_state=42 ) self.model_names = self.model_registry.get_model_names(models, is_core=True) - print(self.model_registry.get_model_names(models)) self.models = _process_models( model_registry=self.model_registry, model_names=list(self.model_names.keys()),