Skip to content

Commit

Permalink
Fix naming in BBI
Browse files Browse the repository at this point in the history
  • Loading branch information
achamma723 committed Jul 11, 2024
1 parent 029d09c commit 193c63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_diabetes_variable_importance_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
variables_categories=variables_categories,
n_jobs=10,
verbose=0,
n_perm=100,
n_permutations=100,
)
bbi_perm.fit(X, y)
print("Computing the importance scores with standard permutation")
Expand Down

0 comments on commit 193c63a

Please sign in to comment.