Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
usaito committed Sep 14, 2021
1 parent 2df31f6 commit 9c7538e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/ope/benchmark_ope_estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def main(cfg: DictConfig) -> None:
between="estimators",
)
.round(4)
.drop(["Contrast", "Parametric", "Tail"], axis=1)
.drop(["Contrast", "Parametric", "Paired"], axis=1)
)
nonparam_ttests.to_csv(log_path / "nonparam_ttests.csv")
# save reg model metrics
Expand Down
2 changes: 1 addition & 1 deletion benchmark/ope/benchmark_ope_estimators_hypara.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def main(cfg: DictConfig) -> None:
between="estimators",
)
.round(4)
.drop(["Contrast", "Parametric", "Tail"], axis=1)
.drop(["Contrast", "Parametric", "Paired"], axis=1)
)
nonparam_ttests.to_csv(log_path / "nonparam_ttests.csv")
# print result
Expand Down

0 comments on commit 9c7538e

Please sign in to comment.