Skip to content

Commit 2626bdd

Browse files
committed
'update'
1 parent 06797c3 commit 2626bdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ or compute local variable importance based on the accuracy metric ::
120120
model.fit(train_x, train_y)
121121
lvig_handler = accuracy_LVIG(model)
122122
## compute local variable importance
123+
##
123124
local_variable_importance = lvig_handler.compute_feature_importance(train_x, train_y, partition_feature = partition_feature)
124125
## as the accuracy-based LVIG is a model-agnostic method, using other model like xgboost and gradient booting decission tree is applicable
125126
from sklearn.ensemble import GradientBoostingRegressor

0 commit comments

Comments
 (0)