Backbones for parameterized models.
Project description
Spines
Skeletons for parameterized models.
Important: This software is still in it's early alpha phase and is constantly in flux. It will likely change significantly.
Installation
To install spines use your package manager of choice, an example using
pipenv
would be:
$ pipenv install spines
About
Spines is a library which provides a consistent (and hopefully familiar) framework for building predictive models. It's core Model class is similar, in structure, to some of scikit-learn's underlying Estimator classes - but with a single set of unified functions for all models, namely:
- Construct
- Fit
- Train
- Predict
- Error
- Score
The predict
method is the only one that's required to be
implemented, though the others are likely useful most of the time (and
often required to take advantage of some of the additional features
provided by spines).
Spines was built because the process of developing a model could be significantly aided by an intelligent framework keeping tabs on changes, storing results and helping you iterate. The purpose of spines was to give a simple (and not too opinionated) interface/skeleton for models as well as provide some helpful utilities for the model building process. To accomplish this spines provides some useful key features:
- Standardized format for models of all types.
- Automatic version management.
- Storing intermediate/iterative results during the model development and training/fitting process.
- A unified storage format for models to facilitate collaboration, training and deployment.
Documentation
The latest documentation is hosted on read the docs.
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
Built Distribution
File details
Details for the file spines-0.0.6.tar.gz
.
File metadata
- Download URL: spines-0.0.6.tar.gz
- Upload date:
- Size: 97.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c7e43b0b786588b2f5ca4d736d254c4dd4484a52e3e390bd06dfb66fd6e3b2f |
|
MD5 | d172abde0551ccbcf27c604adf81f5b4 |
|
BLAKE2b-256 | f237fe1da1f554b765ea99699dd1f00f0e7d5838bd136ae09af67795e81b7df5 |
File details
Details for the file spines-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: spines-0.0.6-py3-none-any.whl
- Upload date:
- Size: 92.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1500531a50be2e70094643eca265367a7c92fddcaf26565fe861c5df31885fa |
|
MD5 | 01aa9d57d6ba9a8381e3d08103928b27 |
|
BLAKE2b-256 | 151cd675b008d676ba80bedfbdc24637aeb355d6e964ca04cbcfbda751162796 |