What's Changed
* feature(Reporting & Types): ScoreCard arithmetic and `sample_type` can be also a string. by szemyd in https://github.com/dream-faster/krisi/pull/233
* feature(Metrics): updated default metrics, threshold to start using imbalanced metrics by almostintuitive in https://github.com/dream-faster/krisi/pull/234
* fix(Presets): adjusted balanced metric presets by almostintuitive in https://github.com/dream-faster/krisi/pull/235
* feature(ScoreCard): Benchmark metrics now retrievable with `get_ds`. by szemyd in https://github.com/dream-faster/krisi/pull/236
* fix(Union): Only apply function if the result is an int or a float. by szemyd in https://github.com/dream-faster/krisi/pull/238
* fix(ScoreCard): `get_ds()` should not return `Group` type. by szemyd in https://github.com/dream-faster/krisi/pull/239
* feature(Scorecard): Scorecard now has the option to get comparison results. by szemyd in https://github.com/dream-faster/krisi/pull/241
* feature(ScoreCard): Index by comparison result by szemyd in https://github.com/dream-faster/krisi/pull/242
* fix(ScoreCard): Fail no unknown key. by szemyd in https://github.com/dream-faster/krisi/pull/243
* feature(Library): added back brier score, removed calibration from imbalanced_metrics by almostintuitive in https://github.com/dream-faster/krisi/pull/244
* feature(ScoreCard): Union logic on comparison scores. by szemyd in https://github.com/dream-faster/krisi/pull/245
**Full Changelog**: https://github.com/dream-faster/krisi/compare/1.2.1...1.3.0