treegov 1.0.0a0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
treegov/__init__.py
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"""TreeGov — Risk Segmentation Workbench.
|
|
2
|
+
|
|
3
|
+
This package reserves the ``treegov`` name on PyPI. The full release
|
|
4
|
+
will be published in a future version. See:
|
|
5
|
+
|
|
6
|
+
https://github.com/Marco-Rengel/treegov
|
|
7
|
+
"""
|
|
8
|
+
|
|
9
|
+
__version__ = "1.0.0a0"
|
|
10
|
+
__author__ = "Marco Rengel"
|
|
11
|
+
__license__ = "Apache-2.0"
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: treegov
|
|
3
|
+
Version: 1.0.0a0
|
|
4
|
+
Summary: Governed decision trees for credit risk — CHAID, C&RT, QUEST with native MRM/IFRS 9.
|
|
5
|
+
Author: Marco Rengel
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/Marco-Rengel/treegov
|
|
8
|
+
Project-URL: Repository, https://github.com/Marco-Rengel/treegov
|
|
9
|
+
Keywords: credit-risk,decision-trees,chaid,crt,quest,mrm,ifrs9
|
|
10
|
+
Classifier: Development Status :: 3 - Alpha
|
|
11
|
+
Classifier: Intended Audience :: Financial and Insurance Industry
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Requires-Python: >=3.11
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
|
|
18
|
+
# TreeGov — Risk Segmentation Workbench
|
|
19
|
+
|
|
20
|
+
**Status:** name-reservation package (alpha placeholder).
|
|
21
|
+
|
|
22
|
+
TreeGov is an analytical segmentation tool for credit risk with native
|
|
23
|
+
MRM/IFRS 9 governance. The full package will be published in a future
|
|
24
|
+
release.
|
|
25
|
+
|
|
26
|
+
See the GitHub repository for the current state of the project:
|
|
27
|
+
https://github.com/Marco-Rengel/treegov
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
treegov/__init__.py,sha256=S8UlFab1WXOYM8W6BYk6nRQuQ3jeWX36k5UoxijNPWs,296
|
|
2
|
+
treegov-1.0.0a0.dist-info/METADATA,sha256=9aUB_a1cv5xE0iMOBW2fsOmwn43vseFyjhWZ86Kgu5w,1105
|
|
3
|
+
treegov-1.0.0a0.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
|
|
4
|
+
treegov-1.0.0a0.dist-info/top_level.txt,sha256=A8ORUgd3JTnj78zx5r8LVQECfXrf6AqrfhR_60NnTr8,8
|
|
5
|
+
treegov-1.0.0a0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
treegov
|