Skip to content

Commit

Permalink
fixes TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk committed Dec 4, 2023
1 parent f92ea50 commit b8175ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapiq/explainer/imputer/marginal_imputer.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(
model: Callable[[np.ndarray], np.ndarray],
background_data: np.ndarray,
x_explain: Optional[np.ndarray] = None,
sample_replacements: bool = True, # TODO: change to False
sample_replacements: bool = False,
sample_size: int = 5,
categorical_features: list[int] = None,
random_state: Optional[int] = None,
Expand Down

0 comments on commit b8175ce

Please sign in to comment.