Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casact/chainladder-python
Actuarial reserving in Python
https://github.com/casact/chainladder-python
actuarial actuary chainladder estimators pandas python reserving scikit-learn
Last synced: 28 days ago
JSON representation
Actuarial reserving in Python
- Host: GitHub
- URL: https://github.com/casact/chainladder-python
- Owner: casact
- License: mpl-2.0
- Created: 2017-06-14T17:58:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T23:42:32.000Z (6 months ago)
- Last Synced: 2024-05-22T21:52:16.524Z (6 months ago)
- Topics: actuarial, actuary, chainladder, estimators, pandas, python, reserving, scikit-learn
- Language: Python
- Homepage: https://chainladder-python.readthedocs.io/en/latest/
- Size: 29 MB
- Stars: 174
- Watchers: 19
- Forks: 69
- Open Issues: 39
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - casact/chainladder-python - Actuarial reserving in Python (Python)
README
.. -*- mode: rst -*-
.. |PyPI version| image:: https://badge.fury.io/py/chainladder.svg
:target: https://badge.fury.io/py/chainladder.. |Conda Version| image:: https://img.shields.io/conda/vn/conda-forge/chainladder.svg
:target: https://anaconda.org/conda-forge/chainladder.. |Build Status| image:: https://github.com/casact/chainladder-python/workflows/Unit%20Tests/badge.svg
.. |Documentation Status| image:: https://readthedocs.org/projects/chainladder-python/badge/?version=latest
:target: https://chainladder-python.readthedocs.io/en/latest/?badge=latest.. |codecov io| image:: https://codecov.io/gh/casact/chainladder-python/branch/master/graphs/badge.svg
:target: https://codecov.io/github/casact/chainladder-python?branch=latestchainladder (python)
====================|PyPI version| |Conda Version| |Build Status| |codecov io| |Documentation Status|
chainladder: Property and Casualty Loss Reserving in Python
------------------------------------------------------------Welcome! The chainladder package was built to be able to handle all of your actuarial needs in python. It consists of popular actuarial tools, such as triangle data manipulation, link ratios calculation, and IBNR estimates with both deterministic and stochastic models. We build this package so you no longer have to rely on outdated softwares and tools when performing actuarial pricing or reserving indications.
This package strives to be minimalistic in needing its own API. The syntax mimics popular packages `pandas`_ for data manipulation and `scikit-learn`_ for model
construction. An actuary that is already familiar with these tools will be able to pick up this package with ease. You will be able to save your mental energy for actual actuarial work.Chainladder is built by a group of volunteers, and we need YOUR help!
This package is written in Python, if you are looking for a similar package written in R, please visit `chainladder`_.
.. _pandas: https://pandas.pydata.org/
.. _scikit-learn: https://scikit-learn.org/stable/
.. _chainladder: https://github.com/mages/ChainLadderDedicated Documentation Site
----------------------------We have a dedicated documentation website, where you can find installation instructions, tutorials, example galleries, sample datasets, API references, change log history, and more.
Visit `Chainladder-Python on Read the Docs`_.
.. _Chainladder-Python on Read the Docs: https://chainladder-python.readthedocs.io/
Licenses
-------------------
This package is released under `Mozilla Public License 2.0`_... _Mozilla Public License 2.0: https://github.com/casact/chainladder-python/blob/master/LICENSE