You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add compatibility with MCMCDiagnosticTools v0.3 (#401)
* Bump MCMCDiagnosticTools compat
* Update imported/exported methods
* Remove type constraint on classifier
* Overload and export mcse
* Overload and update ess and rhat
* Update summarystats
* Update tests
* Increment major version
* Rename ess.jl to ess_rhat.jl
* Add back ess_per_sec
* Fix bug constructing ess_per_sec
* Update ess_rhat tests
* Test mcse
* Update docs
* Remove deprecations
* Remove unused import
* Revert "Fix MLJDecisionTreeInterface to 0.3.0 (#402)"
This reverts commit 991f10b.
* Always include ess_per_sec in table
* Use isequal to pass with missing values
* Use isequal for missing
* Remove naive_se
Fixes#351
* Test Tables interface before loading StatsPlots
DataValues (a StatsPlots dependency) pirates a convert method that causes the Tables equality tests with `missing` to fail. See https://github.com/queryverse/DataValues.jl
* Apply suggestions from code review
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
---------
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
0 commit comments