data_processor.py aktualisiert

This commit is contained in:
2025-08-04 14:24:59 +00:00
parent 87d434db8e
commit f4e02b26a4

View File

@@ -5076,7 +5076,7 @@ class DataProcessor:
umsatz_pro_ma_val = umsatz_for_pred / ma_for_pred
return
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.