Skip to main content

A model building library

Project description

Footings - A Model Building Library

build docs license

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 should be easy to understand.
  • Models need to have validation built in.
  • Models need to be audited using a second source such as excel.
  • Models should be self documenting.
  • Models need to scale when needed.
  • Models can be combined to form other models.

These all become easier when you can leverage the amazing Python and wider open source ecosystems.

Installation

License

BSD 3

Contributing

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

footings-0.5.0.tar.gz (112.6 kB view hashes)

Uploaded Source

Built Distribution

footings-0.5.0-py2.py3-none-any.whl (22.8 kB view hashes)

Uploaded Python 2 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