Giter Site home page Giter Site logo

kod3r / bayeslite Goto Github PK

View Code? Open in Web Editor NEW

This project forked from probcomp/bayeslite

1.0 1.0 0.0 5.21 MB

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

Home Page: http://probcomp.csail.mit.edu/bayesdb

License: Apache License 2.0

Makefile 0.29% Shell 0.25% Python 96.56% Yacc 2.91%

bayeslite's Introduction

Bayeslite

Bayeslite is a BQL database built on SQLite3. BQL is an extension to SQL that supports queries about the probable implications of data.

Bayeslite is part of an ongoing research project. For more information, contact [email protected].

Dependencies

Bayeslite is written in Python 2.7, using the sqlite3 module with SQLite3 >=3.8.0.

Bayeslite depends on:

  • Crosscat, a general-purpose nonparametric Bayesian population model which serves as a default in the absence of a domain-specific model.
  • apsw, a sqlite3 wrapper for Python more articulated than the builtin sqlite3 module
  • numpy, a library of vectorized numerical algorithms
  • requests, an HTTP/HTTPS library, which we use to track users.

The bayeslite automatic tests depend on:

The bayeslite documentation depends on:

Test

To check that everything will work, before installing:

$ ./check.sh

Install

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

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

Use

Import the bayeslite module. See the documentation for details on the Python API.

Documentation

To build the documentation (requires sphinx):

$ make doc

The result will be placed in build/doc, with one subdirectory per output format.

To build only one output format, e.g. HTML because you don't want to install TeX:

$ make html

bayeslite's People

Contributors

axch avatar baxtereaves avatar gregory-marton avatar marcoct avatar riastradh-probcomp avatar tibbetts avatar vkmvkmvkmvkm avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.