.. _history: ======= History ======= ``skbase`` was started in May 2022 by Franz Király and Ryan Kuhns in order to make it easier for others to use `scikit-learn`_ and `sktime`_ design principles in a range of projects. The project builds on and was heavily inspired by `scikti-learn's `_ `BaseEstimator API `_. `sktime`_ built on this by developing a ``BaseObject`` that built on these design principles and added an `sktime`_ interface for general parametric objects. The ``skbase`` project is focused on continuing to build on these efforts, while further genericizing the design concept to a variety of use-cases. Development is supported by the original project members, new core developers and the broader community (see `contributors `_). If you are interested in contributing, check out our :ref:`Contributing ` guide. .. _scikit-learn: https://scikit-learn.org/stable/index.html .. _scikit-learn-about: https://scikit-learn.org/stable/about.html .. _scikit-learn-est: https://scikit-learn.org/stable/developers/develop.html .. _sktime: https://www.sktime.org/en/stable/index.html