We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d8050 commit fc0fb4aCopy full SHA for fc0fb4a
main.py
@@ -10,7 +10,7 @@
10
if os.path.exists(MODEL_PATH):
11
model = joblib.load(MODEL_PATH)
12
else:
13
- print("No model found yet. Run fraud-trainer svc to generate a model.")
+ print("No model found yet. Run fraud-trainer svc to generate a model...")
14
15
@app.get("/predict")
16
def predict(amount: float = Query(..., description="Transaction amount")):
0 commit comments