From d3b3b4158fe54c7f9f8ffcb32fa48ba24cf1df1a Mon Sep 17 00:00:00 2001 From: AnotherSamWilson Date: Fri, 26 Jul 2024 18:24:40 -0400 Subject: [PATCH] Black formatting --- miceforest/imputation_kernel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miceforest/imputation_kernel.py b/miceforest/imputation_kernel.py index 0ea7361..f59c631 100644 --- a/miceforest/imputation_kernel.py +++ b/miceforest/imputation_kernel.py @@ -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. """