.. _f-sklearnbaseregressor: module ``sklapi.sklearn_base_regressor`` ======================================== .. inheritance-diagram:: mlinsights.sklapi.sklearn_base_regressor Short summary +++++++++++++ module ``mlinsights.sklapi.sklearn_base_regressor`` Implements :class:`SkBaseRegressor`. :githublink:`%|py|6` Classes +++++++ +-------------------------------------------------------------------------------------+-----------------------------+ | class | truncated documentation | +=====================================================================================+=============================+ | :class:`SkBaseRegressor ` | Defines a custom regressor. | +-------------------------------------------------------------------------------------+-----------------------------+ Methods +++++++ +-----------------------------------------------------------------------------------------+--------------------------------------------------------------+ | method | truncated documentation | +=========================================================================================+==============================================================+ | :py:meth:`__init__ ` | constructor | +-----------------------------------------------------------------------------------------+--------------------------------------------------------------+ | :meth:`score ` | Returns the mean accuracy on the given test data and labels. | +-----------------------------------------------------------------------------------------+--------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlinsights.sklapi.sklearn_base_regressor :members: :special-members: __init__ :show-inheritance: