Releases: dream-faster/krisi
Releases · dream-faster/krisi
1.4.4
What's Changed
- fix(Library): disable benchmarkling for kappa & s-score by @almostintuitive in #255
Full Changelog: 1.4.3...1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
What's Changed
Full Changelog: 1.3.1...1.3.2
1.3.1
1.3.0
What's Changed
- feature(Reporting & Types): ScoreCard arithmetic and
sample_type
can be also a string. by @szemyd in #233 - feature(Metrics): updated default metrics, threshold to start using imbalanced metrics by @almostintuitive in #234
- fix(Presets): adjusted balanced metric presets by @almostintuitive in #235
- feature(ScoreCard): Benchmark metrics now retrievable with
get_ds
. by @szemyd in #236 - fix(Union): Only apply function if the result is an int or a float. by @szemyd in #238
- fix(ScoreCard):
get_ds()
should not returnGroup
type. by @szemyd in #239 - feature(Scorecard): Scorecard now has the option to get comparison results. by @szemyd in #241
- feature(ScoreCard): Index by comparison result by @szemyd in #242
- fix(ScoreCard): Fail no unknown key. by @szemyd in #243
- feature(Library): added back brier score, removed calibration from imbalanced_metrics by @almostintuitive in #244
- feature(ScoreCard): Union logic on comparison scores. by @szemyd in #245
Full Changelog: 1.2.1...1.3.0
1.2.1
What's Changed
- chore(Utils): Smaller synthetic dataset to speed up testing. by @szemyd in #225
- feature(Types): Updated types to be ParsableEnums. by @szemyd in #226
- feature(Metrics): don't let roc_auc fail if there's no instance of the other class by @almostintuitive in #227
- fix(Metrics): don't calculate s-score on a rolling basis by default by @almostintuitive in #229
- feature(ScoreCard): ScoreCard
pd.Series
function should return metric keys as indexes. by @szemyd in #230 - fix(Printing): Took out annoying printing in debug mode. by @szemyd in #231
- fix(Printing): Handling debug and repr printing properly. by @szemyd in #232
Full Changelog: 1.2.0...1.2.1