Kernels
=======

This module implements gradient information into the Kernel structure provided by scikit-learn.
This module is mostly based on the kernels module of the `scikit-optimize <https://scikit-optimize.github.io/stable/>`_ package

.. automodule:: kernels
   :members:
   :undoc-members:
   :show-inheritance:
