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