using pods

This commit is contained in:
bobturneruk 2020-05-05 12:46:57 +01:00
parent f62a487f24
commit dec5bf8cef

View file

@ -4,7 +4,7 @@
Examples for GPy. Examples for GPy.
The examples in this package usually depend on `pods <https://github.com/sods/ods>`_ so make sure The examples in this package usually depend on `pods <https://github.com/sods/ods>`_ so make sure
you have that installed before running examples. you have that installed before running examples. The easiest way to do this is to run `pip install pods`. `pods` enables access to 3rd party data required for most of the examples.
""" """
from . import classification from . import classification
from . import regression from . import regression