AbstractPPL v0.10.1
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: