skbase

View on PyPIReverse Dependencies (0)

0.4.6 skbase-0.4.6-py3-none-any.whl

Wheel Details

Project: skbase
Version: 0.4.6
Filename: skbase-0.4.6-py3-none-any.whl
Download: [link]
Size: 119024
MD5: 1687f43c76b6df6172f2bbf4aa48df77
SHA256: b69deae31908ec7da8d4311bfd118046d041e7a8b08e4fad44fa1d6861643ac3
Uploaded: 2023-06-17 20:17:56 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: skbase
Version: 0.4.6
Summary: Base classes for sklearn-like parametric objects
Author-Email: sktime developers <sktime.toolbox[at]gmail.com>
Maintainer: Franz Király
Maintainer-Email: sktime developers <sktime.toolbox[at]gmail.com>
Project-Url: homepage, https://github.com/sktime/skbase
Project-Url: repository, https://github.com/sktime/skbase
Project-Url: documentation, https://github.com/sktime/skbase
Project-Url: download, https://pypi.org/project/skbase/#files
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
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.12,>=3.7
Requires-Dist: numpy; extra == "all_extras"
Requires-Dist: pandas; extra == "all_extras"
Requires-Dist: jupyter; extra == "binder"
Requires-Dist: scikit-learn (>=0.24.0); extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: jupyter; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: nbsphinx (>=0.8.6); extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: sphinx-issues (==1.2.0); extra == "docs"
Requires-Dist: sphinx-gallery (==0.6.0); extra == "docs"
Requires-Dist: sphinx-panels; extra == "docs"
Requires-Dist: sphinx-design (==0.3.0); extra == "docs"
Requires-Dist: sphinx (==4.1.1); extra == "docs"
Requires-Dist: tabulate; extra == "docs"
Requires-Dist: mypy; extra == "linters"
Requires-Dist: isort; extra == "linters"
Requires-Dist: flake8; extra == "linters"
Requires-Dist: black; extra == "linters"
Requires-Dist: pydocstyle; extra == "linters"
Requires-Dist: nbqa; extra == "linters"
Requires-Dist: flake8-bugbear; extra == "linters"
Requires-Dist: flake8-builtins; extra == "linters"
Requires-Dist: flake8-quotes; extra == "linters"
Requires-Dist: flake8-comprehensions; extra == "linters"
Requires-Dist: pandas-vet; extra == "linters"
Requires-Dist: flake8-print; extra == "linters"
Requires-Dist: pep8-naming; extra == "linters"
Requires-Dist: doc8; extra == "linters"
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: safety; extra == "test"
Requires-Dist: numpy; extra == "test"
Requires-Dist: scipy; extra == "test"
Requires-Dist: pandas; extra == "test"
Requires-Dist: scikit-learn (>=0.24.0); extra == "test"
Provides-Extra: all_extras
Provides-Extra: binder
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: linters
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3452 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
docs/source/conf.py sha256=uZx8JF9P7x0NNBJfYG6EBs5Pm9ReOXwq0PW3DtYJOtI 10144
skbase/__init__.py sha256=amnTqc80ofvlpqoguPTAxQsG3tfe16eXwjnbAVzHUOY 468
skbase/_exceptions.py sha256=-4XlbdV2BZm5-pDiytml-qLbc0keLwMyJ9I99jCqqgY 1144
skbase/_nopytest_tests.py sha256=Wnf2lWAiLx5f5LdLwzYS4cf7b5L-I6T8kjqtDhL_4Xk 1112
skbase/base/__init__.py sha256=x3p5IFf0ftgW3wcyv7w71wy_Ls_LrIVeBsprb_8LJ_A 649
skbase/base/_base.py sha256=_SBsU4IDEL0YAThL-QST5E0GZ0vy-smvhpn2X-lIuew 47999
skbase/base/_meta.py sha256=mb2B9Uelx7c5LhrWNfEYG9Q0o5QnjOY33O_OOQuBB34 36497
skbase/base/_tagmanager.py sha256=sM7z1_UfaYl_irj4tZG2eelXUEvScHgbOwWr1LDNNMI 7507
skbase/base/_pretty_printing/__init__.py sha256=gVxBOuRW8aFikCg0DkPnvI9RdMb9uC7VTOLS4AR1iSQ 503
skbase/base/_pretty_printing/_object_html_repr.py sha256=fhq2e_LskHGw5Z5CXo65A_eur-_ZgSW-enccNcgXGb0 11931
skbase/base/_pretty_printing/_pprint.py sha256=tCOmhYJ8cLJBBDCID91Au2J46dhEYW2szY2iWdMykkQ 16046
skbase/lookup/__init__.py sha256=X6gqsMDn90uZ6KU9uGsaW-imy4W-7o-MBU7j-VOxEhU 1120
skbase/lookup/_lookup.py sha256=BqqM75CYGUiF7rwd2JobjGmLVjXVHdledB6Gx3QFqXY 40149
skbase/lookup/tests/__init__.py sha256=U1FJByDkMRlLE1l_aZQzMIwKqUqfK0VKH-Rg7uJxibM 70
skbase/lookup/tests/test_lookup.py sha256=296ccEfT24UU0TQMjf5hmwa20Fle2_ZZn7xSHJv_qn4 37915
skbase/testing/__init__.py sha256=pZLBInjq1rmw0zH5iyVXjg7JiYAAIM63_VHGRCOMmZM 363
skbase/testing/test_all_objects.py sha256=MCd6iWxEYPHIyUlzgtOc0-wCXxRFTmunm0IjJPtLX74 37298
skbase/testing/utils/__init__.py sha256=-E0UI0om6zg-YqSt9r8Et7sYsYPCa2RUrpAuR0ak7YQ 118
skbase/testing/utils/_conditional_fixtures.py sha256=rqUoHJRGMmjJyCNJKvZFeHlMm6DCNo93uv6yApbLX04 10099
skbase/testing/utils/_dependencies.py sha256=FJhwJLaqD66FWjPaJ8k4Sf7rnxZZotnEjyh1yseqK2Q 484
skbase/testing/utils/deep_equals.py sha256=ivT-VzWLwJyffPvJAYZOqYnLI_uIvT0rHqRr2Q_2AZc 350
skbase/testing/utils/inspect.py sha256=TEcnAPAKE8WGSXqqGi5g-70WfH0TXoGd9RJcPwpIkv4 771
skbase/testing/utils/tests/__init__.py sha256=XvxK2FkKa--uAoPFRcjMetNePtkk43iTsKrfOimUEr0 73
skbase/testing/utils/tests/test_check_dependencies.py sha256=vajap4Ij5OSlWcNpGAFEbHSAZIxTYyzZb8WxusnqTyk 2282
skbase/testing/utils/tests/test_deep_equals.py sha256=t0ZhWuQI_A1lx6GzuNlcOIGEWKFd__vjvy0BpXaXArE 1771
skbase/tests/__init__.py sha256=_G_N2Ciuy4OGeYThRjK_UBYogvKvb_0PP0mnRUjk7BA 39
skbase/tests/conftest.py sha256=0aEJXLg_ov6ylDCX070GFpJ-Tl1J4lrMSe_tor1QKRI 8671
skbase/tests/test_base.py sha256=9ARGvsGR0RlxmJal4FGoYF1DCL0pzFhth5SHQPNzdV4 43784
skbase/tests/test_baseestimator.py sha256=LIuL15c-whLKdtIpn6TpFPYm8evMsaIo-PPjRM3HD4s 4860
skbase/tests/test_exceptions.py sha256=3_8TZvVtCAdtRze5Gc9wh7_icEgXGQAsjOE9D1K44MQ 652
skbase/tests/test_meta.py sha256=o5f5LSNvM4IZ197T-utX1DH1tab2mD9lY7qF7MCvHq0 4567
skbase/tests/mock_package/__init__.py sha256=gdxk-nkGZZiIy85IZydH4GourkJypMJHczxEyTG03IA 140
skbase/tests/mock_package/test_mock_package.py sha256=8QMVqMmV58ZVn7KvSgr9v3yJ49yZ2URF0gTAiJb0Ekc 2095
skbase/utils/__init__.py sha256=9qlowTLi_4BUcDtOfxb2eX3u43-sHkx0pNgwhCFt_Mk 654
skbase/utils/_check.py sha256=8ID7lrnroWuW5XlfEA9kIZ57ujSMSxY9IPe9Ff9yEoc 1448
skbase/utils/_iter.py sha256=-NoFHWj91baq-nguZntXsPiJaMWIBpZdoRH0yn2QRfk 8275
skbase/utils/_nested_iter.py sha256=P9H229Yc3LyTuqn9htCORPB14IUiEszfNm53IO5EOJY 4746
skbase/utils/_utils.py sha256=PraKfatHrPJRJ-Vo4nRalXYBWU_aEMvqi7gBdckNHoM 3225
skbase/utils/deep_equals.py sha256=D34-2iIFJ5r9JfB7BlaaYNzMbaxYaJXNKOarOz-ODYE 11657
skbase/utils/dependencies/__init__.py sha256=UmSJh-JyIzTsCQKt4B1Z0J9f5wIXJBRTsxqI759Zd5E 363
skbase/utils/dependencies/_dependencies.py sha256=7VM7RtVuFViTRHl-F3CcYS5hNCGar0lUSkSflFc2a2w 10612
skbase/utils/tests/__init__.py sha256=XIUZFzisEgXSA-HFN3asyXMKwf5bklWdVY70qHBdbDo 169
skbase/utils/tests/test_check.py sha256=uN4C2PVV2A408Hk_MpMPa4bnuaL493fdR88apst53pM 774
skbase/utils/tests/test_iter.py sha256=sMqWqEs-vS_r6s0ca1QuoeyjQr6zVzmXvtUlMZ8rkYg 5045
skbase/utils/tests/test_nested_iter.py sha256=u3TPjRbyS8JRhREi5JgXfA82wHqYf4v2HZJAI9ZFLKg 2314
skbase/utils/tests/test_utils.py sha256=oRaSpaR1uDGtoNMz5ei0_lYOqFT7z6_m5-N4j_VSslY 1219
skbase/validate/__init__.py sha256=xOjryjtiTnA9P96QfK2-H8iJlIed8h4VLTErdH8wAEA 698
skbase/validate/_named_objects.py sha256=0go4VF5ukBFRkLxHTYOyHtH_ntt9OjQ7-NkxHVe97d4 15180
skbase/validate/_types.py sha256=2K2XRYwl4z0HYojeBkyxF4Xp7yN3BlPpUfBkGBSsFto 12466
skbase/validate/tests/__init__.py sha256=nybq_T9bVrcoAIyqjQfeuoWMz7FcatJhuv4-tglksWU 72
skbase/validate/tests/test_iterable_named_objects.py sha256=XH3AEmF-Nj3ByOPxsU7etJAPlCLBDTwvM97VtPyobvY 7638
skbase/validate/tests/test_type_validations.py sha256=fpAsI8S9ASLcEzjV8jH_cBdgtphCJ-SfiEs4TB_0SAQ 14501
skbase-0.4.6.dist-info/LICENSE sha256=PTCDdo2gJRanyF1geMw1Dmu_h1NRUGO8yu9uv-rf-ns 1554
skbase-0.4.6.dist-info/METADATA sha256=Oxc6fcj_1gl_RnMsof0J0dMmYv62sKMrrzDBGHx2QuI 8698
skbase-0.4.6.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
skbase-0.4.6.dist-info/top_level.txt sha256=w1qkyDz4E8oZRVj4F3LoNBpYJIOGh_gAHSFWGxoiieY 12
skbase-0.4.6.dist-info/zip-safe sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY 2
skbase-0.4.6.dist-info/RECORD

top_level.txt

docs
skbase

zip-safe