data_processor.py aktualisiert
This commit is contained in:
@@ -5075,7 +5075,7 @@ class DataProcessor:
|
|||||||
ma_for_pred) and ma_for_pred > 0:
|
ma_for_pred) and ma_for_pred > 0:
|
||||||
umsatz_pro_ma_val = umsatz_for_pred / ma_for_pred
|
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.
|
Führt eine Vorhersage des Servicetechniker-Buckets für eine einzelne Zeile durch.
|
||||||
Die Feature-Erstellung ist exakt auf den Trainingsprozess abgestimmt.
|
Die Feature-Erstellung ist exakt auf den Trainingsprozess abgestimmt.
|
||||||
|
|||||||
Reference in New Issue
Block a user