Skip to content

Releases: JuliaAI/StatisticalMeasures.jl

v0.3.4

20 Jan 21:47
d5bd78d

Choose a tag to compare

StatisticalMeasures v0.3.4

Diff since v0.3.3

  • (new measure) Add the Continuous Boyce Index, as proposed by Hirzel et al (2006) (#51, #52)

Merged pull requests:

Closed issues:

  • continuous boyce index (#51)

v0.3.3

03 Nov 22:24
411860f

Choose a tag to compare

StatisticalMeasures v0.3.3

Diff since v0.3.2

Merged pull requests:

Closed issues:

  • cross_entropy leads to ERROR: UndefVarError: isinvalid not defined in StatisticalMeasuresBase (#58)

v0.3.2

19 Oct 09:19
3ed973e

Choose a tag to compare

StatisticalMeasures v0.3.2

Diff since v0.3.1

Merged pull requests:

v0.3.1

22 Sep 21:48
31536da

Choose a tag to compare

StatisticalMeasures v0.3.1

Diff since v0.3.0

  • Add Willmott index of agreement, willmott_d = WillmottD() (#53)

Merged pull requests:

v0.3.0

01 Sep 00:41
a4166d5

Choose a tag to compare

StatisticalMeasures v0.3.0

Diff since v0.2.1

  • Bump the CategoricalArrays requirement to 1.0
  • (mildly breaking) Arrange that StatisticalMeasures' overloading of the CategoricalArrays.levels function to confusion matrices mimics the new behavior: it returns a CategoricalVector, not an unwrapped version of the same.

Merged pull requests:

  • Fixing typo in RSquared documentation (#41) (@pebeto)
  • Update GitHub actions and add dependabot.yml (#42) (@abhro)
  • Resolve corner case issue around misleading error message (#45) (@ablaom)
  • Support CategoricalArrays 1.0 (#49) (@ablaom)
  • For a 0.3 release (#50) (@ablaom)

v0.2.1

24 Feb 22:46
e272535

Choose a tag to compare

StatisticalMeasures v0.2.1

Diff since v0.2.0

Merged pull requests:

  • Extend some compat bounds and dump pkg extension legacy code (#39) (@ablaom)
  • For a 0.2.1 release (#40) (@ablaom)

v0.2.0

09 Feb 08:05
d8c2405

Choose a tag to compare

StatisticalMeasures v0.2.0

Diff since v0.1.7

  • (breaking) Bump the LearnAPI compatibility bound to "0.2", which requires all references to LearnAPI.LiteralTarget to be replaced with LearnAPI.Point (#31)
  • Bump the julia compatibility bound to "1.10", the current Long Term Support version, which is necessary, because this is the lower bound for LearnAPI@0.2 (#31)

Merged pull requests:

v0.1.7

18 Sep 22:09
c9a254f

Choose a tag to compare

StatisticalMeasures v0.1.7

Diff since v0.1.6

  • balanced_accuracy can now be called on a confusion matrix (#28)

Merged pull requests:

v0.1.6

26 Feb 22:42
c484e07

Choose a tag to compare

StatisticalMeasures v0.1.6

Diff since v0.1.5

Merged pull requests:

v0.1.5

26 Feb 04:29
c9ffa63

Choose a tag to compare

StatisticalMeasures v0.1.5

Diff since v0.1.4

Merged pull requests:

Closed issues:

  • Add probability of correct classification (PCC) as an alias for balanced_accuracy (#15)