File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # This CITATION.cff file was generated with cffinit.
2+ # Visit https://bit.ly/cffinit to generate yours today!
3+
4+ cff-version : 1.2.0
5+ title : McBackend
6+ message : >-
7+ If you use this software, please cite it using the
8+ metadata from this file.
9+ type : software
10+ authors :
11+ - given-names : Michael
12+ family-names : Osthege
13+ 14+ orcid : ' https://orcid.org/0000-0002-2734-7624'
15+ affiliation : Forschungszentrum Jülich GmbH
16+ - name : PyMC Developers
17+ website : ' https://www.pymc.io/'
18+ repository-code : ' https://github.com/pymc-devs/mcbackend'
19+ abstract : >-
20+ McBackend is an abstraction of backends for storing MCMC
21+ draws. It encodes MCMC run metadata using protocol
22+ bufferes, and comes with various backend implementation
23+ such as an in-memory backend, or one for streaming MCMC
24+ draws to a ClickHouse database. The backends store not
25+ only MCMC draws but also sampler statistics, and are
26+ compatible with sparse data, or varying dimensionality.
27+ MCMC chains stored with McBackend can be queried directly,
28+ or convert to the popular ArviZ InferenceData objects.
29+ keywords :
30+ - mcmc
31+ - arviz
32+ - pymc
33+ license : AGPL-3.0
34+ commit : 5dca137855e650848920cbfc8cd095d15a5378a9
35+ version : 0.5.0
36+ date-released : ' 2023-03-30'
You can’t perform that action at this time.
0 commit comments