Skip to content

lschlessinger1/MS-project

Repository files navigation

MS-project

Master's Project

CircleCI Coverage Status codecov BCH compliance Updates Python 3 license

autoks: Automated Kernel Search

evalg: Evolutionary Algorithms

Installation

Make sure to install the forked version of GPy:

pip install git+git://github.com/lschlessinger1/GPy#egg=GPy

See the corresponding notebooks with kernel definitions here.

Testing

Tests are included in the src/tests folder. You can invoke them using the pytest package.