Skip to content

Commit

Permalink
Fix TSV training with mini-batch-fit after the last merge
Browse files Browse the repository at this point in the history
  • Loading branch information
snukky authored and ugermann committed May 20, 2020
1 parent 5ce67c6 commit 709522c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- In concatenation make sure that we do not multiply 0 with nan (which results in nan)
- Change Approx.epsilon(0.01) to Approx.margin(0.001) in unit tests. Tolerance is now
absolute and not relative. We assumed incorrectly that epsilon is absolute tolerance.
- Training and scoring from STDIN
- Support for tab-separated inputs, added options --tsv and --tsv-fields

### Changed
- Move Simple-WebSocket-Server to submodule
Expand All @@ -34,8 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.9.0] - 2020-03-10

### Added
- Training and scoring from STDIN
- Support for tab-separated inputs, added ptions --tsv and --tsv-fields
- An option to print cached variables from CMake
- Add support for compiling on Mac (and clang)
- An option for resetting stalled validation metrics
Expand Down

0 comments on commit 709522c

Please sign in to comment.