Changed fit and fit_eval to return Result

This commit is contained in:
Andrew Kane
2021-10-16 17:43:37 -07:00
parent af64e749cd
commit 26160cfb9a
6 changed files with 37 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
## 0.2.0 (unreleased)
- Changed pattern for fitting models - use `Model::params()` instead of `Model::new()`
- Changed `Model::load` to return `Result`
- Changed `fit`, `fit_eval`, and `load` to return `Result`
## 0.1.1 (2021-07-27)