v0.2.4
New:
- Auth tokens are now cached in file system and get re-authenticated in a parallel fashion.
- Invalid refresh token now triggers a reauth instead of crashing.
build_preset
option in classModelConfiguration
can now be one ofdebug
,1_day
,2_days
,7_days
.- Model Evaluation Report data (csv file) can now be downloaded with
Workspace.download_mer_data
. - Typing improvements; introducing
JSON
type is introduced andAPIResponse
type is updated to includeJSON
type. - New property
raw_confidence_score
is added to classPrediction
, which returns the raw confidence score.
Fix:
- Fixed the error where
GlobalCoefficients.data
was not in coordinance with the BE response.GlobalCoefficients.data
now runs without errors.