Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casact/double_lift
Double Lift Charts in Python
https://github.com/casact/double_lift
Last synced: about 2 months ago
JSON representation
Double Lift Charts in Python
- Host: GitHub
- URL: https://github.com/casact/double_lift
- Owner: casact
- License: mpl-2.0
- Created: 2020-05-26T19:53:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T13:20:12.000Z (over 4 years ago)
- Last Synced: 2024-08-08T19:55:41.716Z (5 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DoubleLift-python
Double Lift Charts in PythonInstallation:
To install using pip: `pip install DoubleLift`
double_lift takes in the following 3 pandas series with the same index:
1) Actual Results
2) Model 1 Predictions
3) Model 2 PredictionsAnd creates a double lift chart similar to the description in CAS Monograph on GLM's.
The model_type argument can be set to "additive" (think Loss Cost) or "ratio" (think Loss Ratio).