Skip to content

Commit

Permalink
while, one more
Browse files Browse the repository at this point in the history
  • Loading branch information
zyliang2001 committed Jan 14, 2024
1 parent 18312c0 commit 61a2332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion feature_importance/01_run_importance_local_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def compare_estimators(estimators: List[ModelConfig],
}
start = time.time()
local_fi_score = fi_est.cls(X_test, y_test, copy.deepcopy(est), **fi_est.kwargs)
print(local_fi_score)
assert local_fi_score.shape == X_test.shape
n_local_fi_score = len(local_fi_score)
local_fi_score_group1 = local_fi_score.iloc[range(n_local_fi_score // 2)].values
Expand Down

0 comments on commit 61a2332

Please sign in to comment.