Skip to content

Commit 0c09bf2

Browse files
committed
fixes constructor docstring
1 parent 2f3adc7 commit 0c09bf2

11 files changed

+3
-5
lines changed

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
plots/
2-
expl_dist_shift/data/data_eicu_extract.csv
3-
read_eicu_data.ipynb
4-
sample_expls_eicu.py
52
*.pkl
63
*.h5
74
*.csv
@@ -25,6 +22,7 @@ test/
2522
MANIFEST
2623
build
2724
dist
25+
expl_perf_drop.egg-info
2826
_build
2927
docs/man/*.gz
3028
docs/source/api/generated
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

expl_perf_drop/explainers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(self, cgm, source_train_df, source_eval_df, target_train_df, target
9999
model_type_cont = LinearRegression(), density_estimator = 'proba', calibrate_weight_models = False,
100100
clip_weight_thres = None, clip_prob_thres = None, imp_weight_type = 'normal', shapley_method = 'AUTO',
101101
exclude_dists = []):
102-
f'''
102+
'''
103103
cgm: expl_perf_drop.utils.Graph
104104
Causal graphical model.
105105
source_train_df : pandas.DataFrame

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name='expl_perf_drop',
5-
version='0.4',
5+
version='0.5',
66
description='Attributing performance drops to distribution shifts',
77
url='https://github.com/MLforHealth/expl_perf_drop',
88
author='Haoran Zhang',

0 commit comments

Comments
 (0)