All Projects → probcomp → Bayeslite

probcomp / Bayeslite

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bayeslite

Trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Stars: ✭ 4,581 (+422.35%)
Mutual labels:  data-science, databases
Scanpy
Single-Cell Analysis in Python. Scales to >1M cells.
Stars: ✭ 858 (-2.17%)
Mutual labels:  data-science
Docker Images
Out-of-box Data Science / AI platform | AI/数据科学的瑞士军刀
Stars: ✭ 25 (-97.15%)
Mutual labels:  data-science
Data Science Interview Questions And Answers
Data science interview questions with answers. Not ideally (yet)
Stars: ✭ 842 (-3.99%)
Mutual labels:  data-science
Datacleaner
A Python tool that automatically cleans data sets and readies them for analysis.
Stars: ✭ 933 (+6.39%)
Mutual labels:  data-science
Chrispher.github.com
Data Science
Stars: ✭ 8 (-99.09%)
Mutual labels:  data-science
Python Introducing Pandas
Introduction to pandas Treehouse course
Stars: ✭ 24 (-97.26%)
Mutual labels:  data-science
Pydata.kr
PyData Korea 공식 홈페이지입니다. (준비중)
Stars: ✭ 13 (-98.52%)
Mutual labels:  data-science
Dataflowjavasdk
Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
Stars: ✭ 854 (-2.62%)
Mutual labels:  data-science
Socrat
A Dynamic Web Toolbox for Interactive Data Processing, Analysis, and Visualization
Stars: ✭ 26 (-97.04%)
Mutual labels:  data-science
Pretzel
Javascript full-stack framework for Big Data visualisation and analysis
Stars: ✭ 26 (-97.04%)
Mutual labels:  data-science
Resources
PyMC3 educational resources
Stars: ✭ 930 (+6.04%)
Mutual labels:  data-science
Vds
Verteego Data Suite
Stars: ✭ 9 (-98.97%)
Mutual labels:  data-science
R Notes
Notes for using R language to do data mining and machine learning (Chinese)
Stars: ✭ 25 (-97.15%)
Mutual labels:  data-science
Awesome Google Colab
Google Colaboratory Notebooks and Repositories (by @firmai)
Stars: ✭ 863 (-1.6%)
Mutual labels:  data-science
Kubeflow Data Science On Steroids
The blog post about Kubeflow, including all materials
Stars: ✭ 25 (-97.15%)
Mutual labels:  data-science
Rmarkdown Website Tutorial
Tutorial for creating websites w/ R Markdown
Stars: ✭ 26 (-97.04%)
Mutual labels:  data-science
Awesome Fraud Detection Papers
A curated list of data mining papers about fraud detection.
Stars: ✭ 843 (-3.88%)
Mutual labels:  data-science
Cloudbeaver
Cloud Database Manager
Stars: ✭ 871 (-0.68%)
Mutual labels:  databases
Data Science On Gcp
Source code accompanying book: Data Science on the Google Cloud Platform, Valliappa Lakshmanan, O'Reilly 2017
Stars: ✭ 864 (-1.48%)
Mutual labels:  data-science

Bayeslite

Build Status Anaconda-Server Version Badge Anaconda-Server Installer Badge Anaconda-Server Platform Badge

BQL interpretation and storage for BayesDB. Please see http://probcomp.csail.mit.edu/software/bayesdb for more information.

Installing

The easiest way to install bayeslite is to use the package on Anaconda Cloud. Please follow these instructions.

Expectations

Users and contributors should expect rapidly and dramatically shifting code and behavior at this time.

THIS SOFTWARE SHOULD NOT BE EXPECTED TO TREAT YOUR DATA SECURELY.

Contributing

Our compatibility aim is to work on probcomp machines and members' laptops, and to provide scripts and instructions that make it not too hard to re-create our environments elsewhere. Pulls for polished packaging, broad installability, etc. are not appropriate contributions at this time.

Please run local tests before sending a pull request:

$ ./check.sh

That does not run the complete test suite, only the smoke tests, but is usually good enough. For the full suite:

$ ./check.sh tests shell/tests

Documentation

To build the documentation, which is also available online, install sphinx and then run the following command:

$ 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].