svm_modell.py aktualisiert

This commit is contained in:
Adu Alex Göllnitz 2025-11-24 10:29:25 +01:00
parent e850fc3ba6
commit e6b8f31c1e

View File

@ -190,7 +190,7 @@ def main():
except Exception as e: except Exception as e:
print(f"Fehler bei der Ausführung: {str(e)}") print(f"Fehler bei der Ausführung: {str(e)}")
return None, None, None, None return None, None, None, None # 4x None, weill 4 Rückgabewerte vorhanden sind (model, scaler, inputer & feature_names)
if __name__ == "__main__": if __name__ == "__main__":
model, scaler, imputer, feature_names = main() model, scaler, imputer, feature_names = main()