A set of utilities for bayesdb.
The software in bdbcontrib requires:
- bayeslite >=0.1.2
- ipython notebook >=3
- markdown2
- matplotlib
- numpy
- pandas
- scikit-learn
- seaborn >=6
- tornado >=4
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.
To run the paltry automatic tests:
$ ./check.sh
To install system-wide, or into the current virtual environment:
$ python setup.py build
$ python setup.py install
The python documentation is built using sphinx and numpydoc.
$ make doc
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