Skip to content

Commit

Permalink
Use tmc_shapley.
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Semmler committed Jan 3, 2024
1 parent 11523e7 commit 11fc17a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/determine_in_out_of_cls_marginal_accuracies.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from re_classwise_shapley.utils import load_params_fast, pipeline_seed
from re_classwise_shapley.valuation_methods import compute_values

logger = setup_logger("preprocess_data")
logger = setup_logger("determine_in_out_of_clas_accuracy")


class InClsScorer(Scorer):
Expand Down Expand Up @@ -69,8 +69,8 @@ def determine_in_cls_out_of_cls_marginal_accuracies(
def _determine_in_cls_out_of_cls_marginal_accuracies(
experiment_name: str,
model_name: str = "logistic_regression",
valuation_method_name: str = "loo",
max_plotting_percentage: float = 1e-5,
valuation_method_name: str = "tmc_shapley",
max_plotting_percentage: float = 1e-4,
):
output_dir = Accessor.INFO_PATH / experiment_name
if os.path.exists(output_dir / "threshold_characteristics.svg") and os.path.exists(
Expand Down

0 comments on commit 11fc17a

Please sign in to comment.