Skip to content

Releases: dream-faster/krisi

1.4.4

05 Jan 12:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.3...1.4.4

1.4.3

04 Jan 21:55
Compare
Choose a tag to compare

What's Changed

  • feature(Benchmarking): Optional property to disable benchmarking on a metric. by @szemyd in #254

Full Changelog: 1.4.2...1.4.3

1.4.2

20 Nov 19:45
Compare
Choose a tag to compare

What's Changed

  • fix(Reporting): Benchmarking didn't call model predict. by @szemyd in #253

Full Changelog: 1.4.1...1.4.2

1.4.1

20 Nov 16:51
Compare
Choose a tag to compare

What's Changed

  • feature(Benchmarking): Benchmarking is not a Group anymore. by @szemyd in #251
  • feature(Benchmarking): Added zscore function. by @szemyd in #252

Full Changelog: 1.4.0...1.4.1

1.4.0

03 Nov 22:39
Compare
Choose a tag to compare

What's Changed

  • feature(Metric): Metric is returned after evaluating. by @szemyd in #250

Full Changelog: 1.3.3...1.4.0

1.3.3

20 Oct 11:40
Compare
Choose a tag to compare

What's Changed

  • fix(Metric): Passing in sample_weights. by @szemyd in #248

Full Changelog: 1.3.2...1.3.3

1.3.2

17 Oct 15:09
Compare
Choose a tag to compare

What's Changed

  • fix(Benchmarking): Name of chunked model should be also simply NS. by @szemyd in #247

Full Changelog: 1.3.1...1.3.2

1.3.1

17 Oct 12:51
Compare
Choose a tag to compare

What's Changed

  • fix(Benchmarking): Random model now receives X and random chunking fixed. by @szemyd in #246

Full Changelog: 1.3.0...1.3.1

1.3.0

04 Oct 14:10
Compare
Choose a tag to compare

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 return Group 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

10 Aug 12:06
Compare
Choose a tag to compare

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