.. _api: ############# API Reference ############# This page documents every public class in ``bayes_halving_search_cv`` and every parameter each one accepts. The text below is generated directly from each class's own docstring (NumPyDoc format) โ€” the source of truth lives in the docstrings themselves (``src/bayes_halving_search_cv/_search.py`` and ``src/bayes_halving_search_cv/_bayes.py``), not here. .. currentmodule:: bayes_halving_search_cv Estimators ========== .. autosummary:: :toctree: generated/ :template: class.rst PatternSearchCV BayesHalvingSearchCV Search space ============ Both estimators above share the exact same search-space standard โ€” see ``PatternSearchCV_SPEC.md`` and ``BAYESHALVINGSearchCV_SPEC.md`` ยง3.1 โ€” built on the two classes below. .. autosummary:: :toctree: generated/ :template: class.rst Space Dimension