Skip to content

Commit c294301

Browse files
committed
formart utils
1 parent 178e8a9 commit c294301

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hidimstat/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def _lambda_max(X, y, use_noise_estimate=True):
160160

161161
return np.max(np.abs(np.dot(X.T, y)) / (n_samples * sig_star))
162162

163+
163164
def _check_vim_predict_method(method):
164165
"""Check if the method is a valid method for variable importance measure
165166
prediction"""
@@ -170,4 +171,4 @@ def _check_vim_predict_method(method):
170171
"The method {} is not a valid method for variable importance measure prediction".format(
171172
method
172173
)
173-
)
174+
)

0 commit comments

Comments
 (0)