Skip to content

mwhoffman/reggie

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

reggie

A Python package for Bayesian regression.

The goal of this package is to be a relatively self-contained python package for Bayesian regression problems. The predominant focus of this package, for the time-being is on Gaussian Process (GP) models, loosely based on Carl Rasmussen's GPML toolbox in matlab, however the focus has shifted slightly as we have tried to generalize some of these methods.

Build Status Coverage Status

Installation

The easiest way to install this package is by running

pip install -r https://github.com/mwhoffman/reggie/raw/master/requirements.txt
pip install git+https://github.com/mwhoffman/reggie.git

which will install the package and any of its dependencies. Once the package is installed the included demos can be run directly via python. For example, by running

python -m reggie.demos.basic

A full list of demos can be viewed here.

Releases

No releases published

Packages

No packages published

Languages