Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
/ distributions Public archive

Low-level primitives for collapsed Gibbs sampling in python and C++

License

Notifications You must be signed in to change notification settings

forcedotcom/distributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f2d7fd · Feb 12, 2022
Aug 22, 2014
Aug 7, 2014
Sep 28, 2014
Apr 27, 2014
Nov 6, 2014
Aug 19, 2014
Aug 22, 2014
Nov 18, 2014
Sep 23, 2014
Aug 9, 2014
Aug 21, 2014
Aug 22, 2014
Feb 12, 2022
Mar 14, 2014
Mar 26, 2014
Aug 22, 2014
Aug 28, 2014
Aug 12, 2014
Sep 3, 2014
Apr 5, 2014
Jun 27, 2014
Aug 13, 2014

Build Status Code Quality Latest Version

Distributions

Distributions provides low-level primitives for collapsed Gibbs sampling in Python and C++ including:

  • special numerical functions,
  • samplers and density functions from a variety of distributions,
  • conjugate component models (e.g., gamma-Poisson, normal-inverse-chi-squared),
  • clustering models (e.g., CRP, Pitman-Yor), and
  • efficient wrappers for mixture models.

Distributions powered a machine-learning-as-a-service for Prior Knowledge Inc., and now powers machine learning infrastructure at Salesforce.com.

Installation

For python-only support (no C++) you can install with pip:

pip install distributions

For help with other builds, see the installation documentation.

Documentation

The official documentation lives at http://distributions.readthedocs.org/.

Branch-specific documentation lives at

Authors (alphabetically)

License

Copyright (c) 2014 Salesforce.com, Inc. All rights reserved.

Licensed under the Revised BSD License. See LICENSE.txt for details.