Regressor Base Class ==================== The user-facing :ref:`regressors` chapter documents the concrete regressor classes (``M_KRR``, ``M_BLR``). The base class below is the API hook shared by every regressor. .. doxygenclass:: tadah::models::M_Core :members: