Skip to content

Releases: folivetti/eggp

eggp v1.0.17

17 Mar 14:02
444cb42

Choose a tag to compare

support to python 3.14

eggp v1.0.16

02 Feb 12:23

Choose a tag to compare

  • squaring the wrong part of the log10 loss

eggp v1.0.15

02 Feb 11:37

Choose a tag to compare

  • another day, another bug

eggp v1.0.14

02 Feb 10:31

Choose a tag to compare

  • Fix log base swapped arguments

eggp v1.0.12

30 Jan 16:56

Choose a tag to compare

  • fix log10 loss

eggp v1.0.11

29 Jan 20:43
401a7d3

Choose a tag to compare

  • added log10 loss: mean(log10((f(x) + sqrt(f(x)^2 + 1))/(y + sqrt(y^2 + 1))))

eggp v1.0.10

25 Nov 12:18

Choose a tag to compare

eggp v1.0.9

03 Oct 19:36

Choose a tag to compare

  • fix eval models when there are no parameters

eggp v1.0.8

02 Oct 16:10

Choose a tag to compare

  • fix a few bugs
  • support no parameters mode

eggp v1.0.6

27 May 11:05

Choose a tag to compare

  • fix temporary file on Windows
  • convert pandas DataFrame to numpy automatically