fast-causal-shap 0.1.1__tar.gz → 0.1.2__tar.gz
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.
Potentially problematic release.
This version of fast-causal-shap might be problematic. Click here for more details.
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/PKG-INFO +2 -2
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/README.md +1 -1
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/fast_causal_shap.egg-info/PKG-INFO +2 -2
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/pyproject.toml +1 -1
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/LICENSE +0 -0
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/fast_causal_shap/__init__.py +0 -0
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/fast_causal_shap/core.py +0 -0
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/fast_causal_shap.egg-info/SOURCES.txt +0 -0
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/fast_causal_shap.egg-info/dependency_links.txt +0 -0
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/fast_causal_shap.egg-info/requires.txt +0 -0
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/fast_causal_shap.egg-info/top_level.txt +0 -0
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/setup.cfg +0 -0
- {fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/tests/test_core.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fast-causal-shap
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A Python package for efficient causal SHAP computations
|
|
5
5
|
Author-email: woonyee28 <ngnwy289@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -40,7 +40,7 @@ pip install git+https://github.com/woonyee28/CausalSHAP.git
|
|
|
40
40
|
|
|
41
41
|
## Usage
|
|
42
42
|
```
|
|
43
|
-
from
|
|
43
|
+
from fast_causal_shap.core import FastCausalSHAP
|
|
44
44
|
|
|
45
45
|
# Predict probabilities and assign to training data
|
|
46
46
|
predicted_probabilities = model.predict_proba(X_train)[:,1]
|
|
@@ -23,7 +23,7 @@ pip install git+https://github.com/woonyee28/CausalSHAP.git
|
|
|
23
23
|
|
|
24
24
|
## Usage
|
|
25
25
|
```
|
|
26
|
-
from
|
|
26
|
+
from fast_causal_shap.core import FastCausalSHAP
|
|
27
27
|
|
|
28
28
|
# Predict probabilities and assign to training data
|
|
29
29
|
predicted_probabilities = model.predict_proba(X_train)[:,1]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fast-causal-shap
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A Python package for efficient causal SHAP computations
|
|
5
5
|
Author-email: woonyee28 <ngnwy289@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -40,7 +40,7 @@ pip install git+https://github.com/woonyee28/CausalSHAP.git
|
|
|
40
40
|
|
|
41
41
|
## Usage
|
|
42
42
|
```
|
|
43
|
-
from
|
|
43
|
+
from fast_causal_shap.core import FastCausalSHAP
|
|
44
44
|
|
|
45
45
|
# Predict probabilities and assign to training data
|
|
46
46
|
predicted_probabilities = model.predict_proba(X_train)[:,1]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fast_causal_shap-0.1.1 → fast_causal_shap-0.1.2}/fast_causal_shap.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|