pykoop v1.1.3
This release fixes a bug where diverging predictions were not scored correctly. It also adds the error_score
parameter to KoopmanPipeline.make_scorer()
and score_trajectory()
to allow more fine-grained control over the behaviour.
Full changelog: v1.1.2...v1.1.3
Bug fixes
- Fix incorrect scoring with
NaN
entries (#123)