Skip to content

Commit

Permalink
corrections of raw_confidence_score
Browse files Browse the repository at this point in the history
  • Loading branch information
yias committed Sep 23, 2024
1 parent 111cbed commit 1b083c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ New:
- `build_preset` option in :py:class:`ModelConfiguration<ansys.simai.core.data.model_configuration.ModelConfiguration>` can now be one of `debug`, `1_day`, `2_days`, `7_days`.
- Model Evaluation Report data (csv file) can now be downloaded with :py:meth:`download_mer_data<ansys.simai.core.data.workspaces.Workspace.download_mer_data>`.
- Typing improvements; introducing `JSON` type is introduced and `APIResponse` type is updated to include `JSON` type.
- New property :py:meth:`<ansys.simai.core.data.predictions.Prediction.raw_confidence_score>` is added to :py:class:`<ansys.simai.core.data.predictions.Prediction>`, which returns the raw confidence score.
- New property :py:meth:`Prediction.raw_confidence_score<ansys.simai.core.data.predictions.Prediction.raw_confidence_score>` is added to :py:class:`Prediction<ansys.simai.core.data.predictions.Prediction>`, which returns the raw confidence score.

Fix:

Expand Down

0 comments on commit 1b083c4

Please sign in to comment.