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 2d56e58 commit ce85cc4Copy full SHA for ce85cc4
src/api/models/responses.py
@@ -28,7 +28,7 @@ class PredictionResponse(RootModel[Dict[str, Union[Prediction, float, str]]]):
28
"1": Prediction,
29
"2": Prediction,
30
...,
31
- "IC": float, # required confidence score
+ "IC": float, # required confidence score
32
"MLversion": str # required run_id as model version
33
}
34
0 commit comments