A flexible, easy-to-use Python library for collection forecasting.
Project description
CollectionFC
A simple collection forecasting library for Python.
Features
- 7x7 transition matrix estimation
- 12-month cash-flow forecast
- Basic accuracy diagnostics
- CLI interface for easy use
Usage
Install (development mode)
pip install -e .
Run simple mode
python -m collection_fc --mode simple --input ledger.csv
Optional output paths:
python -m collection_fc --mode simple \
--input raw/ledger_may25.csv \
--forecast_path out/fc.csv \
--matrix_path out/P.csv \
--validation_path out/val.json
See simple_collection_forecasting_library.md for full documentation.
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
collection_fc-0.1.0.tar.gz
(5.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file collection_fc-0.1.0.tar.gz.
File metadata
- Download URL: collection_fc-0.1.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc583547bec346f705cb58b6cbdaf41f4427c3b1a55758d7ead58db395fdfd3b
|
|
| MD5 |
6685036b3c218359042d518fb3ed421b
|
|
| BLAKE2b-256 |
7edd5451d7ca3e3aeb88dc0993df532e20240baf3c2b92c0533ad95b4cfe70db
|
File details
Details for the file collection_fc-0.1.0-py3-none-any.whl.
File metadata
- Download URL: collection_fc-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca184b39817e263577e8f47ea5860ed67cb8c13ca4e78b591b8ebc27dc436725
|
|
| MD5 |
0a6b56202bfdfdd382d758a3f76731d2
|
|
| BLAKE2b-256 |
e8fdf477c6e027068a59af250409f0c2e35ada003514c13016a035818189c912
|