data_processor.py aktualisiert

This commit is contained in:
2025-08-04 14:23:29 +00:00
parent 2aecd11434
commit 012c25f8e1

View File

@@ -5074,6 +5074,7 @@ class DataProcessor:
if pd.notna(umsatz_for_pred) and pd.notna(
ma_for_pred) and ma_for_pred > 0:
umsatz_pro_ma_val = umsatz_for_pred / ma_for_pred
return
def _predict_technician_bucket(self, row_data):
"""