Revision 345e1c2ee064c16e0bc973012193771aae14b555 authored by John Bradshaw on 03 October 2017, 15:58:18 UTC, committed by John Bradshaw on 11 October 2017, 11:16:10 UTC
* Random features for SVGP model
* Changed interface for random features so that returns whether given
back variance or precisions -- stops unnecessary converting stuff.
* Fixed tests for GPR with this new interface.
1 parent 98e405a
Raw File
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top