Preprocessing
=============

This module provides different methods for preprocessing the training data in X- and Y-direction.
These classes and methods are primarily used internally by the GP regressor and the optimizer of
the acquisition function.

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