Skip to content

Releases: radicalbit/radicalbit-ai-monitoring

v0.8.2

28 Jun 10:16
69782a4
Compare
Choose a tag to compare

0.8.2 (2024-06-28)

Bug Fixes

  • dockerfile ui environment variables (#40) (15f8bbe)
  • manage types for all the fiels (#47) (64218fa)
  • ui: Improve polling and other fixies (#36) (951905f)

Chores

  • add latest reference and current uuids to modelOut dto (#32) (f8fdb5a)
  • add statistics for multiclassification + refactoring and improvements (#35) (18588ea)
  • allow to select the modelType and update the valid types prediction array (#43) (0c2ad1a)
  • api: get all reference/current datasets not paginated (#26) (6967044)
  • change type from secondary-light to primary (#42) (f2af815)
  • data quality for multiclass + fix class metrics (#41) (7cc870a)
  • fix binary (#48) (1a66a72)
  • get all models not paginated (#27) (06bd2ef)
  • refactoring of metrics part (#38) (6cb8bbe)
  • sdk: added ability to set S3 endpoint url if needed (#34) (c6a8f14)
  • sdk: get all reference and current datasets (#31) (5b1832d)
  • ui: add multi-classification folder structure and refactoring binary folder structure (#45) (7285847)

v0.8.1

25 Jun 09:24
d81d86b
Compare
Choose a tag to compare

0.8.1 (2024-06-25)

Bug Fixes

  • removed all .count() and replaced with attribute in the class definition (#16) (b86c5ec)
  • ui: fix import path for DataQualityMetrics and ModelQualityMetrics in import-detail-modal (#24) (0be20d5)
  • ui: show filename in import-detail-modal header (#25) (99629c5)

Chores

  • force dataType to TABULAR (#7) (c9c37ff)
  • sdk: align reference metrics business models with API (#11) (0db1dfe)
  • sdk: apply ruff format and lint like done in API project (#18) (41fd0cf)
  • sdk: get current dataset statistics (#13) (dec2d05)
  • sdk: get current model quality metrics (#21) (74fef65)
  • sdk: get data quality for current dataset (#19) (fce83aa)
  • sdk: implement get current dataset drift (#15) (7513b39)
  • sdk: manage all metrics based on model type (#22) (8d2710e)

v0.8.0

20 Jun 10:06
e046d02
Compare
Choose a tag to compare

0.8.0 (2024-06-20)

Features