|
| 1 | +{ |
| 2 | + "@context": { |
| 3 | + "@language": "en", |
| 4 | + "@vocab": "https://schema.org/", |
| 5 | + "citeAs": "cr:citeAs", |
| 6 | + "column": "cr:column", |
| 7 | + "conformsTo": "dct:conformsTo", |
| 8 | + "cr": "http://mlcommons.org/croissant/", |
| 9 | + "rai": "http://mlcommons.org/croissant/RAI/", |
| 10 | + "data": { |
| 11 | + "@id": "cr:data", |
| 12 | + "@type": "@json" |
| 13 | + }, |
| 14 | + "dataType": { |
| 15 | + "@id": "cr:dataType", |
| 16 | + "@type": "@vocab" |
| 17 | + }, |
| 18 | + "dct": "http://purl.org/dc/terms/", |
| 19 | + "examples": { |
| 20 | + "@id": "cr:examples", |
| 21 | + "@type": "@json" |
| 22 | + }, |
| 23 | + "extract": "cr:extract", |
| 24 | + "field": "cr:field", |
| 25 | + "fileProperty": "cr:fileProperty", |
| 26 | + "fileObject": "cr:fileObject", |
| 27 | + "fileSet": "cr:fileSet", |
| 28 | + "format": "cr:format", |
| 29 | + "includes": "cr:includes", |
| 30 | + "isLiveDataset": "cr:isLiveDataset", |
| 31 | + "jsonPath": "cr:jsonPath", |
| 32 | + "key": "cr:key", |
| 33 | + "md5": "cr:md5", |
| 34 | + "parentField": "cr:parentField", |
| 35 | + "path": "cr:path", |
| 36 | + "recordSet": "cr:recordSet", |
| 37 | + "references": "cr:references", |
| 38 | + "regex": "cr:regex", |
| 39 | + "repeated": "cr:repeated", |
| 40 | + "replace": "cr:replace", |
| 41 | + "sc": "https://schema.org/", |
| 42 | + "separator": "cr:separator", |
| 43 | + "source": "cr:source", |
| 44 | + "subField": "cr:subField", |
| 45 | + "transform": "cr:transform" |
| 46 | + }, |
| 47 | + "@type": "sc:Dataset", |
| 48 | + "name": "posteriordb", |
| 49 | + "description": " Probabilistic programming languages (PPL), such as Stan, Tensorflow Probability, PyMC, Pyro, and Turing.jl,are becoming increasingly popular for Bayesian probabilistic data analysis and predictive modelling. These languages all rely on general inference algorithms such as Markov chain Monte Carlo sampling or black-box variational inference. We introduce posteriordb, a database of models, compatible data sets, and reference posteriors intended to make evaluatingand comparing models easier and more trustworthy. Posteriordb currently includes mixed effect regressions, time series, hierarchical Gaussian processes, hidden Markov models, mixture models, ordinary differential equation models, and more. ", |
| 50 | + "conformsTo": "http://mlcommons.org/croissant/1.0", |
| 51 | + "url": "https://https://github.com/stan-dev/posteriordb", |
| 52 | + "distribution": [ |
| 53 | + { |
| 54 | + "@type": "cr:FileObject", |
| 55 | + "@id": "github-repository", |
| 56 | + "name": "github-repository", |
| 57 | + "description": "PosteriorDB's GitHub repository.", |
| 58 | + "contentUrl": "https://https://github.com/stan-dev/posteriordb", |
| 59 | + "encodingFormat": "git+https", |
| 60 | + "sha256": "main" |
| 61 | + }, |
| 62 | + { |
| 63 | + "@type": "cr:FileSet", |
| 64 | + "@id": "data-zip-files", |
| 65 | + "name": "data-zip-files", |
| 66 | + "description": "Datasets in json format stored in zip files.", |
| 67 | + "containedIn": { |
| 68 | + "@id": "github-repository" |
| 69 | + }, |
| 70 | + "encodingFormat": "application/zip", |
| 71 | + "includes": "posterior_database/data/data/*.zip" |
| 72 | + }, |
| 73 | + { |
| 74 | + "@type": "cr:FileSet", |
| 75 | + "@id": "data-csv-files", |
| 76 | + "name": "data-csv-files", |
| 77 | + "description": "Datasets stored in csv format.", |
| 78 | + "containedIn": { |
| 79 | + "@id": "github-repository" |
| 80 | + }, |
| 81 | + "encodingFormat": "application/zip", |
| 82 | + "includes": "posterior_database/data/data-raw/*.csv" |
| 83 | + }, |
| 84 | + { |
| 85 | + "@type": "cr:FileSet", |
| 86 | + "@id": "draws-zip-files", |
| 87 | + "name": "draws-zip-files", |
| 88 | + "description": "Posterior samples in json format stored in zip files.", |
| 89 | + "containedIn": { |
| 90 | + "@id": "github-repository" |
| 91 | + }, |
| 92 | + "encodingFormat": "application/zip", |
| 93 | + "includes": "posterior_database/reference_posteriors/draws/draws/*.zip" |
| 94 | + }, |
| 95 | + { |
| 96 | + "@type": "cr:FileSet", |
| 97 | + "@id": "stan-model-files", |
| 98 | + "name": "stan-model-files", |
| 99 | + "description": "Posterior models in .stan format.", |
| 100 | + "containedIn": { |
| 101 | + "@id": "github-repository" |
| 102 | + }, |
| 103 | + "encodingFormat": "application/stan", |
| 104 | + "includes": "posterior_database/models/stan/*.stan" |
| 105 | + }, |
| 106 | + { |
| 107 | + "@type": "cr:FileSet", |
| 108 | + "@id": "pymc3-model-files", |
| 109 | + "name": "pymc3-model-files", |
| 110 | + "description": "Posterior pymc3 models in .py format.", |
| 111 | + "containedIn": { |
| 112 | + "@id": "github-repository" |
| 113 | + }, |
| 114 | + "encodingFormat": "application/py", |
| 115 | + "includes": "posterior_database/models/pymc3/*.py" |
| 116 | + } |
| 117 | + ] |
| 118 | +} |
0 commit comments