svm_modell.py aktualisiert
This commit is contained in:
parent
e850fc3ba6
commit
e6b8f31c1e
@ -190,7 +190,7 @@ def main():
|
||||
|
||||
except Exception as 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__":
|
||||
model, scaler, imputer, feature_names = main()
|
||||
Loading…
x
Reference in New Issue
Block a user