Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 856 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 856 Bytes

ssgp

A project implementing sparse spectrum Gaussian process regression using PyTorch and quasi-random Fourier features generated using Halton sequences.

Requirements

Optional

Installation

  1. Clone git repository
git clone git@bitbucket.org:rafaol/ssgp.git
  1. Switch to repository's root directory:
cd ssgp/
  1. Install dependencies:
pip install -r requirements.txt
  1. Install package in editable mode (-e option) to keep track of updates:
pip install -e .