sktime / skbase

Base classes for creating scikit-learn-like parametric objects, and tools for working with them.
BSD 3-Clause "New" or "Revised" License
16 stars 11 forks source link
framework python scikit-learn-api skbase sktime

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.9.0 is now available. Check out our release notes.

Overview
CI/CD Tests codecov Documentation Status pre-commit.ci status
Code !pypi !python-versions !black security: bandit
Downloads PyPI - Downloads PyPI - Downloads Downloads
Citation DOI

All Contributors

Documentation and Tutorials

To learn more about the package check out:

:hourglass_flowing_sand: Install skbase

For trouble shooting or more information, see our detailed installation instructions.

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.

To install the core package use:

pip install scikit-base

or, if you want to install with the maximum set of dependencies, use:

pip install scikit-base[all_extras]