Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/probcomp/BayesDB
A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself. New implementation in http://github.com/probcomp/bayeslite
https://github.com/probcomp/BayesDB
Last synced: 13 days ago
JSON representation
A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself. New implementation in http://github.com/probcomp/bayeslite
- Host: GitHub
- URL: https://github.com/probcomp/BayesDB
- Owner: probcomp
- License: apache-2.0
- Created: 2013-10-03T00:46:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T18:58:50.000Z (about 9 years ago)
- Last Synced: 2024-10-29T06:41:15.542Z (15 days ago)
- Homepage: http://probcomp.csail.mit.edu/software/bayesdb/
- Size: 60.9 MB
- Stars: 890
- Watchers: 90
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BayesDB
=======This repository contained a previous implementation of BayesDB which
has been replaced by the new implementation Bayeslite. For the new
repository, visit https://github.com/probcomp/bayeslite. For
information about BayesDB in general, visit
http://probcomp.csail.mit.edu/bayesdbBayesDB, a Bayesian database, lets users query the probable
implications of their data as easily as a SQL database lets them query
the data itself. Using the built-in Bayesian Query Language (BQL),
users with no statistics training can solve basic data science
problems, such as detecting predictive relationships between
variables, inferring missing values, simulating probable observations,
and identifying statistically similar database entries.# License
[Apache License, Version 2.0](https://github.com/probcomp/bayesdb/blob/master/LICENSE)