We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06797c3 commit 2626bddCopy full SHA for 2626bdd
README.rst
@@ -120,6 +120,7 @@ or compute local variable importance based on the accuracy metric ::
120
model.fit(train_x, train_y)
121
lvig_handler = accuracy_LVIG(model)
122
## compute local variable importance
123
+ ##
124
local_variable_importance = lvig_handler.compute_feature_importance(train_x, train_y, partition_feature = partition_feature)
125
## as the accuracy-based LVIG is a model-agnostic method, using other model like xgboost and gradient booting decission tree is applicable
126
from sklearn.ensemble import GradientBoostingRegressor
0 commit comments