Changed loss to use enum

This commit is contained in:
Andrew Kane
2021-10-16 18:50:06 -07:00
parent f11e49a272
commit 40accfa870
6 changed files with 57 additions and 35 deletions

View File

@@ -3,6 +3,7 @@
- Changed pattern for fitting models - use `Model::params()` instead of `Model::new()`
- Changed `fit`, `fit_eval`, `cv`, `save`, and `load` to return `Result`
- Changed `cv` to return average error
- Changed `loss` to use enum
## 0.1.1 (2021-07-27)