Name | scikit-base JSON |
Version |
0.12.4
JSON |
| download |
home_page | None |
Summary | Base classes for sklearn-like parametric objects |
upload_time | 2025-07-23 22:15:25 |
maintainer | Franz Király |
docs_url | None |
author | None |
requires_python | <3.14,>=3.9 |
license | BSD 3-Clause License
Copyright (c) 2022, skbase Developers
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
keywords |
data-science
machine-learning
scikit-learn
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<a href="https://skbase.readthedocs.io/en/latest/"><img src="https://github.com/sktime/skbase/blob/main/docs/source/images/skbase-logo-with-name.png" width="175" align="right" /></a>
# Welcome to skbase
> A framework factory for scikit-learn-like and sktime-like parametric objects
`skbase` provides base classes for creating scikit-learn-like parametric objects,
along with tools to make it easier to build your own packages that follow these design patterns.
:rocket: Version 0.12.4 is now available. Check out our
[release notes](https://skbase.readthedocs.io/en/latest/changelog.html).
| Overview | |
|---|---|
| **CI/CD** | [](https://github.com/sktime/skbase/actions/workflows/test.yml) [](https://codecov.io/gh/sktime/skbase) [](https://skbase.readthedocs.io/en/latest/?badge=latest) [](https://results.pre-commit.ci/latest/github/sktime/skbase/main) |
| **Code** | [](https://pypi.org/project/scikit-base/) [](https://www.python.org/) [](https://github.com/psf/black) [](https://github.com/PyCQA/bandit) |
| **Downloads** |   [)](https://pepy.tech/project/scikit-base) |
| **Citation** | [](https://zenodo.org/doi/10.5281/zenodo.10980557) |
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
## Documentation and Tutorials
To learn more about the package check out:
* our [documentation](https://skbase.readthedocs.io/en/latest/)
* our [introductory tutorial](https://github.com/sktime/sktime-tutorial-pydata-seattle-2023) (jupyter notebooks and video presentation)
## :hourglass_flowing_sand: Install skbase
For trouble shooting or more information, see our
[detailed installation instructions](https://skbase.readthedocs.io/en/latest/user_documentation/installation.html).
- **Operating system**: macOS · Linux · Windows 8.1 or higher
- **Python version**: Python 3.9, 3.10, 3.11, 3.12, and 3.13
- **Package managers**: [pip]
[pip]: https://pip.pypa.io/en/stable/
### pip
skbase releases are available as source packages and binary wheels via PyPI
and can be installed using pip. Checkout the full list of pre-compiled [wheels on PyPi](https://pypi.org/simple/skbase/).
To install the core package use:
```bash
pip install scikit-base
```
or, if you want to install with the maximum set of dependencies, use:
```bash
pip install scikit-base[all_extras]
```
## Contributors ✨
This project follows the
[all-contributors](https://github.com/all-contributors/all-contributors) specification.
Contributions of any kind welcome!
Thanks go to these wonderful people:
[skbase contributors](https://github.com/sktime/skbase/graphs/contributors)
Raw data
{
"_id": null,
"home_page": null,
"name": "scikit-base",
"maintainer": "Franz Kir\u00e1ly",
"docs_url": null,
"requires_python": "<3.14,>=3.9",
"maintainer_email": "sktime developers <sktime.toolbox@gmail.com>",
"keywords": "data-science, machine-learning, scikit-learn",
"author": null,
"author_email": "sktime developers <sktime.toolbox@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/a5/e5/5bea2571595f254dacabd9e502c19101492394cbd560547890c2aa11f987/scikit_base-0.12.4.tar.gz",
"platform": null,
"description": "<a href=\"https://skbase.readthedocs.io/en/latest/\"><img src=\"https://github.com/sktime/skbase/blob/main/docs/source/images/skbase-logo-with-name.png\" width=\"175\" align=\"right\" /></a>\n\n# Welcome to skbase\n\n> A framework factory for scikit-learn-like and sktime-like parametric objects\n\n`skbase` provides base classes for creating scikit-learn-like parametric objects,\nalong with tools to make it easier to build your own packages that follow these design patterns.\n\n:rocket: Version 0.12.4 is now available. Check out our\n[release notes](https://skbase.readthedocs.io/en/latest/changelog.html).\n\n| Overview | |\n|---|---|\n| **CI/CD** | [](https://github.com/sktime/skbase/actions/workflows/test.yml) [](https://codecov.io/gh/sktime/skbase) [](https://skbase.readthedocs.io/en/latest/?badge=latest) [](https://results.pre-commit.ci/latest/github/sktime/skbase/main) |\n| **Code** | [](https://pypi.org/project/scikit-base/) [](https://www.python.org/) [](https://github.com/psf/black) [](https://github.com/PyCQA/bandit) |\n| **Downloads** |   [)](https://pepy.tech/project/scikit-base) |\n| **Citation** | [](https://zenodo.org/doi/10.5281/zenodo.10980557) |\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[](#contributors)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\n## Documentation and Tutorials\n\nTo learn more about the package check out:\n\n* our [documentation](https://skbase.readthedocs.io/en/latest/)\n* our [introductory tutorial](https://github.com/sktime/sktime-tutorial-pydata-seattle-2023) (jupyter notebooks and video presentation)\n\n## :hourglass_flowing_sand: Install skbase\nFor trouble shooting or more information, see our\n[detailed installation instructions](https://skbase.readthedocs.io/en/latest/user_documentation/installation.html).\n\n- **Operating system**: macOS \u00b7 Linux \u00b7 Windows 8.1 or higher\n- **Python version**: Python 3.9, 3.10, 3.11, 3.12, and 3.13\n- **Package managers**: [pip]\n\n[pip]: https://pip.pypa.io/en/stable/\n\n### pip\nskbase releases are available as source packages and binary wheels via PyPI\nand can be installed using pip. Checkout the full list of pre-compiled [wheels on PyPi](https://pypi.org/simple/skbase/).\n\nTo install the core package use:\n\n```bash\npip install scikit-base\n```\n\nor, if you want to install with the maximum set of dependencies, use:\n\n```bash\npip install scikit-base[all_extras]\n```\n\n## Contributors \u2728\n\nThis project follows the\n[all-contributors](https://github.com/all-contributors/all-contributors) specification.\nContributions of any kind welcome!\n\nThanks go to these wonderful people:\n\n[skbase contributors](https://github.com/sktime/skbase/graphs/contributors)\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License\n \n Copyright (c) 2022, skbase Developers\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n ",
"summary": "Base classes for sklearn-like parametric objects",
"version": "0.12.4",
"project_urls": {
"documentation": "https://github.com/sktime/skbase",
"download": "https://pypi.org/project/skbase/#files",
"homepage": "https://github.com/sktime/skbase",
"repository": "https://github.com/sktime/skbase"
},
"split_keywords": [
"data-science",
" machine-learning",
" scikit-learn"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f366dd3b35e3a26703532594f1d40ceaef9396dc42ba1dd8fb0814fbcebf82e4",
"md5": "3aa1441a52db8bf2d8d8bfd1b8e66dac",
"sha256": "ebb5338813433c86153f22e58d698061eb5442c94313ef4e6ab5c2732b6ab08f"
},
"downloads": -1,
"filename": "scikit_base-0.12.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3aa1441a52db8bf2d8d8bfd1b8e66dac",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.14,>=3.9",
"size": 145666,
"upload_time": "2025-07-23T22:15:23",
"upload_time_iso_8601": "2025-07-23T22:15:23.325572Z",
"url": "https://files.pythonhosted.org/packages/f3/66/dd3b35e3a26703532594f1d40ceaef9396dc42ba1dd8fb0814fbcebf82e4/scikit_base-0.12.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a5e55bea2571595f254dacabd9e502c19101492394cbd560547890c2aa11f987",
"md5": "70d85986be09622b0e0f4acf2bd11d00",
"sha256": "d452844cb898560dedc5116c5441f348c2b75312cdb8ff4a3d1310456c887591"
},
"downloads": -1,
"filename": "scikit_base-0.12.4.tar.gz",
"has_sig": false,
"md5_digest": "70d85986be09622b0e0f4acf2bd11d00",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.14,>=3.9",
"size": 122308,
"upload_time": "2025-07-23T22:15:25",
"upload_time_iso_8601": "2025-07-23T22:15:25.183043Z",
"url": "https://files.pythonhosted.org/packages/a5/e5/5bea2571595f254dacabd9e502c19101492394cbd560547890c2aa11f987/scikit_base-0.12.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-23 22:15:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sktime",
"github_project": "skbase",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "scikit-base"
}