Skip to content

jayelm/bdbcontrib

 
 

Repository files navigation

bdbcontrib

A set of utilities for bayesdb.

Installing

The software in bdbcontrib requires:

The tests require:

The documentation requires:

Individual parts of bdbcontrib may have slimmer dependencies, if you want to pull them out for more limited purposes.

Test

To run the paltry automatic tests:

$ ./check.sh

Install

To install system-wide, or into the current virtual environment:

$ python setup.py build
$ python setup.py install

Documentation

The python documentation is built using sphinx and numpydoc.

$ make doc

Use

If you want the Python API, import bdbcontrib.plot_utils, &c.

If you are using the bayeslite shell, load the bayeslite shell commands with:

.hook /path/to/bdbcontrib/hooks/hook_plotting.py

About

BayesDB contributions, including plotting, helper methods, and examples

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%