Skip to main content

Skeletons for parameterized models.

Project description

Spines

Backbones for parameterized models.

PyPI Version Documentation Status

Spines Logo

About

Spines was built to provide a skeleton for Model classes: a common interface for users to build models around (with some tools and utilities which take advantage of having the commonalities). It's similar, in structure, to some of scikit-learn's underlying Estimator classes - but with a unified set of functions for all models, namely:

  • Build
  • Fit
  • Transform

The transform method is the only one that's required, though the other two are likely useful most of the time. Spines is absolutely not a replacement for scikit-learn (or any other data/machine-learning library) it's simply a useful framework for building your own models (leveraging any library) in a standardized and convenient way.

Documentation

The latest documentation is hosted at https://spines.reathedocs.io/.

Installing

To install spines use your package manager of choice, an example using pipenv would be:

$ pipenv install spines

License

This project is licensed under the MIT License, for more information see the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spines-0.0.2.tar.gz (25.5 kB view hashes)

Uploaded Source

Built Distribution

spines-0.0.2-py3-none-any.whl (11.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page