.. _api-core: =============== Core Estimators =============== The two main entry points for running nested cross-validation in nestkit. Classifier ---------- .. autoclass:: nestkit.NestedCVClassifier :members: :show-inheritance: Regressor --------- .. autoclass:: nestkit.NestedCVRegressor :members: :show-inheritance: