bayeslite icon indicating copy to clipboard operation
bayeslite copied to clipboard

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.

Results 100 bayeslite issues
Sort by recently updated
recently updated
newest added

Installation of bayeslite fails with the following error: ``` (py2) user@kubuntu:~$ python Python 2.7.17 |Anaconda, Inc.| (default, Oct 21 2019, 19:04:46) [GCC 7.3.0] on linux2 Type "help", "copyright", "credits" or...

I don't know what the plans are for this software, but if there is a reasonable chance that it will require bug fixes or new features in the future, I...

Note that this issue should probably have gone to our fork of loom; for some reason I don't have privileges to open issues there. The problem: you can estimate mutual...

Interrupting a `SIMULATE` query using `ctrl+c` causes an `IOError: [Errno 32] Broken pipe`, presumably due to the cached server breaking as a result of the interrupt. The `IOError` can be...

The following code: `%mml ALTER POPULATION data ADD VARIABLE cluster_1 nominal;` fails in Jupyter with the following behavior: * the standard output bar is colored pink, as for a warning...

The [Wikipedia page on feature flags](https://en.wikipedia.org/wiki/Feature_toggle) for reference.

enhancement

Update `ALTER GENERATOR` to make dynamic changes to the learned generator and CGPM network, i.e. handle the following case: ``` ALTER GENERATOR OVERRIDE GENERATIVE MODEL FOR GIVEN ...; ALTER GENERATOR...

Loom is unhappy to receive an integer 0 or 1 for a boolean data type in the `score` method. This diff summarizes the issue: https://github.com/probcomp/bayeslite/compare/0ef41388771b...f73b9306e544 Related #614

Otherwise the user will be running `./check.sh` against the source file and not the built version in `build/`. Using the source file instead of the build directory will result in...

On multiple occasions, I have built a CrossCat model from some data using the Loom backend, then successfully performed a variety of queries. Suddenly, I experience an error where bayeslite...