data_processor.py aktualisiert

This commit is contained in:
2025-08-04 14:13:50 +00:00
parent 47a77e0ace
commit 2aecd11434

View File

@@ -5075,7 +5075,7 @@ class DataProcessor:
ma_for_pred) and ma_for_pred > 0:
umsatz_pro_ma_val = umsatz_for_pred / ma_for_pred
def _predict_technician_bucket(self, row_data):
def _predict_technician_bucket(self, row_data):
"""
Führt eine Vorhersage des Servicetechniker-Buckets für eine einzelne Zeile durch.
Die Feature-Erstellung ist exakt auf den Trainingsprozess abgestimmt.