Skip to content

Commit

Permalink
fix: jaqpot metadata property name
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Oct 16, 2024
1 parent 561ccc7 commit 0112903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/predict_sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def sklearn_post_handler(request: PredictionRequestPydantic):
else prediction[jaqpot_row_id, i]
for i, feature in enumerate(request.model["dependentFeatures"])
}
results["jaqpotInternalMetadata"] = {
results["jaqpotMetadata"] = {
"AD": None,
"probabilities": probabilities[jaqpot_row_id],
"jaqpotRowId": jaqpot_row_id
Expand Down

0 comments on commit 0112903

Please sign in to comment.