From 2055ee5c8b4ce3e5d6a93d5f7088eac5cb10300a Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 10 Apr 2025 14:07:31 +0200 Subject: [PATCH] remove unneeded print statement --- src/delta_barth/analysis/forecast.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/delta_barth/analysis/forecast.py b/src/delta_barth/analysis/forecast.py index aa8e59c..0126dc8 100644 --- a/src/delta_barth/analysis/forecast.py +++ b/src/delta_barth/analysis/forecast.py @@ -274,7 +274,6 @@ def _process_sales( best_score_mae = error best_score_r2 = cast(float, r2_score(y_test, y_pred)) best_start_year = start_year - print("executed") forecast = test.copy() forecast.loc[:, "vorhersage"] = y_pred