Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 6.06 KB

README.md

File metadata and controls

63 lines (47 loc) · 6.06 KB

Bayesian machine learning notebooks

DOI

This repository is a collection of notebooks about Bayesian Machine Learning. The following links display some of the notebooks via nbviewer to ensure a proper rendering of formulas. Dependencies are specified in requirements.txt files in subdirectories.

Installation

  1. Install major packages via anaconda conda env create -f environment.yml and activate the environment conda activate bml
  2. Download github repository from here. Navigate to the GPy-devel downloaded github repository python setup.py develop