Skip to content

v0.10.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 04:30
310c50d

AbstractPPL v0.10.1

Diff since v0.10.0

StatsBase.predict in v0.10.0 calls a four argument implementation of predict, which is a mistake. This release resolves this by removing the unintended NamedTuple argument. Now it called the intended three-argument StatsBase.predict(Random.default_rng(), model, params).

Merged pull requests:

  • Fix bugs and add test for StatsBase.predict (#114) (@sunxd3)