Bump up version
This commit is contained in:
parent
5998f8a316
commit
601dbcf677
@ -1,4 +1,8 @@
|
||||
|
||||
## 1.21.0.0
|
||||
|
||||
* Add Probabilistic-MultiLabel-F-measure
|
||||
|
||||
## 1.20.1.0
|
||||
|
||||
* Fix Soft2D-F1 metric
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: geval
|
||||
version: 1.20.1.0
|
||||
version: 1.21.0.0
|
||||
synopsis: Machine learning evaluation tools
|
||||
description: Please see README.md
|
||||
homepage: http://github.com/name/project
|
||||
|
@ -115,7 +115,7 @@ optionsParser = GEvalOptions
|
||||
<*> optional (strOption
|
||||
( long "plot-graph"
|
||||
<> metavar "FILE-PATH"
|
||||
<> help "Plot an extra graph, applicable only for Probabilistic-Soft-F-score (LOESS function for calibration)"))
|
||||
<> help "Plot an extra graph, applicable only for Probabilistic-MultiLabel/Soft-F-score (LOESS function for calibration)"))
|
||||
|
||||
precisionArgParser :: Parser Int
|
||||
precisionArgParser = option auto
|
||||
|
Loading…
Reference in New Issue
Block a user