remove unneeded print statement
This commit is contained in:
parent
6caa087efd
commit
2055ee5c8b
@ -274,7 +274,6 @@ def _process_sales(
|
|||||||
best_score_mae = error
|
best_score_mae = error
|
||||||
best_score_r2 = cast(float, r2_score(y_test, y_pred))
|
best_score_r2 = cast(float, r2_score(y_test, y_pred))
|
||||||
best_start_year = start_year
|
best_start_year = start_year
|
||||||
print("executed")
|
|
||||||
forecast = test.copy()
|
forecast = test.copy()
|
||||||
forecast.loc[:, "vorhersage"] = y_pred
|
forecast.loc[:, "vorhersage"] = y_pred
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user