A model building library
Project description
Footings - A Model Building Library
What is it?
Footings is a model building Python library. No out-of-the box models are provided. Instead it is a framework library that provides key objects and functions to help users construct custom models.
Purpose
The footings library was developed with the intention of making it easier to develop actuarial models in Python. Actuarial models are a mix of data engineering and math/calculations. In addition, actuarial models are usually not defined by one calculation, but a series of calculations. So even though the original purpose is actuarial work, if the problem at hand sounds familiar, others might find this library useful.
Principles
The Footings library was designed as framework library using the below principles -
- Models are a sequence of linked steps
- Models need to be easy to understand
- Models need to have validation built in
- Models need to be easy to audit
- Models need to be self documenting
- Models need to be able to scale up
- Models need to be able to build off other models
- Model environments should not be monolithic
These all become easier when you can leverage the amazing Python and wider open source ecosystems.
Installation
To install from PyPI run -
pip install footings
To install the latest version on github run -
pip install git+https://github.com/foootings/footings-core.git
License
Changelog
Project details
Release history Release notifications | RSS feed
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
Hashes for footings-0.10.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d59c9f5516d188eea6992a8ba24aa982fbf42ac7f3d2d3562577db6d5cd73207 |
|
MD5 | d1b8bce12b91001b8136439783beea0d |
|
BLAKE2b-256 | c65ab3e49d6616799b58e3a85acf06293376d7e80ed96f59d69ae66c4e1f1d0c |