Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherSamWilson committed Jul 26, 2024
1 parent 0d29e56 commit d3b3b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miceforest/imputation_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1738,12 +1738,12 @@ def get_feature_importance(
Passed to lgb.feature_importance()
normalize: bool
Whether to normalize the values within
Whether to normalize the values within
each modeled variable to sum to 1.
Returns
-------
pandas DataFrame of importance values. Rows are imputed
pandas DataFrame of importance values. Rows are imputed
variables, and columns are predictor variables.
"""
Expand Down

0 comments on commit d3b3b41

Please sign in to comment.