Skip to content

cyclops 0.2.0 release

Compare
Choose a tag to compare
@amrit110 amrit110 released this 28 Nov 23:36
· 147 commits to main since this release
8f2f71a

What's Changed

  • Remove use of dask, update to pandas 2.0, fix tests by @amrit110 in #497
  • Report Template Update by @a-kore in #496
  • added model info card to sidebar by @KaranSwatch in #498
  • Update model report links by @amrit110 in #500
  • Add separate classes for classification tasks by @amrit110 in #501
  • fix slice title formatting error by @a-kore in #502
  • Fix typing for kwargs parameter in create_metric_fn by @amrit110 in #503
  • Convert task classes to more generic so they can be re-used by @amrit110 in #504
  • Add experimental metrics package following the array API standard by @fcogidi in #499
  • Clean up process package fns, enable mypy by @amrit110 in #505
  • Fix tasks doc by @amrit110 in #508
  • Report Update - Add timestamps, multi-plot selection and selection filtering by @a-kore in #507
  • Minor improvements to the evaluators and metrics by @fcogidi in #509
  • Reorganize package dependencies by @fcogidi in #506
  • Clean up use cases, add new tabular prediction on MIMICIV by @amrit110 in #510
  • Add confusion matrix example to tutorial notebook by @amrit110 in #511
  • add plots back to quant-analysis section by @a-kore in #512
  • Small fix to notebooks by @amrit110 in #514
  • Update pyarrow version, use pyarrow backend for pandas by @amrit110 in #513
  • Decouple models from evaluate package by @fcogidi in #516
  • Fix report missing slices by @a-kore in #518
  • Make additional library dependencies optional by @amrit110 in #515
  • make sections collapsible and set default as collapsed by @KaranSwatch in #517
  • Unify process package into data by @amrit110 in #519
  • Remove cupy install from integration test workflow by @amrit110 in #520

New Contributors

Full Changelog: v0.1.40...v0.2.0