Computes the Shapley Lorenz Zonoid share of a set of covariates
Project description
Installation
Run the following to install:
pip install shapley_lz
from shapley_lz import ShapleyLorenzShare
# Compute Shapley Lorenz Zonoid values:
# model = iml_mode.fit(X_background, y_background)
lorenzshare = ShapleyLorenzShare(model.predict, X_background_data, y_background_data)
lorenzshare.shapleyLorenz_val(X_test, y_test)
Developing Shapley Lorenz Zonoid
To install lorenz_zonoid, along with the tools you need to develop and run tests, run the following in your virtualenv:
$ pip install -e .[dev]
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
shapley:lz-0.0.7.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file shapley:lz-0.0.7.tar.gz
.
File metadata
- Download URL: shapley:lz-0.0.7.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.1.post20201107 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 162411ab0b31967bb51a557cb9bef3d3ed9193169e02b61e76e98c4dd3a5c107 |
|
MD5 | e39d611f8ef7be0d5eeabe2ac1551ebd |
|
BLAKE2b-256 | 253701bfddca5de1dd6b19997ff83c26d2c3a39975c81d76e1cd39d3cf5ade32 |
File details
Details for the file shapley_lz-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: shapley_lz-0.0.7-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.1.post20201107 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d77ae9385fa5fa6d86ef47ded183615fd4114c33b0b5035bd1af7bb960063733 |
|
MD5 | fffb43475a1888742ff0495dfb383090 |
|
BLAKE2b-256 | 1c299e33bd3a9b811097838032a10df4d91b97aa40e6d899fdf491b6555b15ed |