Skip to content

Commit

Permalink
Sensitivity analysis (#199)
Browse files Browse the repository at this point in the history
* add the sensitivity analysis methods and example notebook
  • Loading branch information
ppstacy authored Jun 24, 2020
1 parent a9bb474 commit 75e22a4
Show file tree
Hide file tree
Showing 3 changed files with 2,957 additions and 0 deletions.
2 changes: 2 additions & 0 deletions causalml/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
from .visualize import plot, plot_gain, plot_lift, plot_qini, plot_tmlegain, plot_tmleqini # noqa
from .visualize import get_cumgain, get_cumlift, get_qini, get_tmlegain, get_tmleqini # noqa
from .visualize import auuc_score, qini_score # noqa
from .sensitivity import Sensitivity, SensitivityPlaceboTreatment # noqa
from .sensitivity import SensitivityRandomCause, SensitivityRandomReplace, SensitivitySubsetData, SensitivitySelectionBias # noqa
Loading

0 comments on commit 75e22a4

Please sign in to comment.