data_processor.py aktualisiert
This commit is contained in:
@@ -5074,6 +5074,7 @@ class DataProcessor:
|
|||||||
if pd.notna(umsatz_for_pred) and pd.notna(
|
if pd.notna(umsatz_for_pred) and pd.notna(
|
||||||
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
|
||||||
|
return
|
||||||
|
|
||||||
def _predict_technician_bucket(self, row_data):
|
def _predict_technician_bucket(self, row_data):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user