Skip to content

v0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 08:59
· 15 commits to main since this release
7d4e32d

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 class ModelConfiguration can now be one of debug, 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 and APIResponse type is updated to include JSON type.
  • New property raw_confidence_score is added to class Prediction, 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.