Bump up version
This commit is contained in:
parent
8761965e8e
commit
2b4a416a4f
@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
## 1.32.0.0
|
||||||
|
|
||||||
|
* Add option to mark worst features
|
||||||
|
|
||||||
## 1.31.0.0
|
## 1.31.0.0
|
||||||
|
|
||||||
* Fix validation of challenges with Bootstrap resampling
|
* Fix validation of challenges with Bootstrap resampling
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: geval
|
name: geval
|
||||||
version: 1.31.1.0
|
version: 1.32.0.0
|
||||||
synopsis: Machine learning evaluation tools
|
synopsis: Machine learning evaluation tools
|
||||||
description: Please see README.md
|
description: Please see README.md
|
||||||
homepage: http://github.com/name/project
|
homepage: http://github.com/name/project
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
module GEval.LineByLine
|
module GEval.LineByLine
|
||||||
(runLineByLine,
|
(runLineByLine,
|
||||||
runLineByLineWithWorstFeatures,
|
runLineByLineWithWorstFeatures,
|
||||||
|
SpanLineRecord(..),
|
||||||
|
LineSpan(..),
|
||||||
runWorstFeatures,
|
runWorstFeatures,
|
||||||
runLineByLineGeneralized,
|
runLineByLineGeneralized,
|
||||||
runDiff,
|
runDiff,
|
||||||
|
Loading…
Reference in New Issue
Block a user