Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object importance (LeafInfluence) #1460

Closed
SergeiShirkin opened this issue Jun 18, 2018 · 2 comments
Closed

object importance (LeafInfluence) #1460

SergeiShirkin opened this issue Jun 18, 2018 · 2 comments

Comments

@SergeiShirkin
Copy link

SergeiShirkin commented Jun 18, 2018

I know that in CatBoost in Python API there is a possibility to calculate object importance (don't confuse it with feature importance) with get_object_importance method.

I would like to know is there a similar option in LightGMB?

@StrikerRUS
Copy link
Collaborator

At present, there is no functionality for calculating object importance in LightGBM.

Are you talking about this one method?
https://github.com/catboost/catboost/blob/8973ca5c3a6b524abd0cd698f94a05a90c43ba73/catboost/python-package/catboost/core.py#L1450

According to the documentation, the algorithm behind is described in this paper: https://arxiv.org/pdf/1802.06640.pdf

@StrikerRUS StrikerRUS changed the title object importance object importance (LeafInfluence) Jun 19, 2018
@guolinke guolinke closed this as completed Aug 1, 2019
@StrikerRUS
Copy link
Collaborator

Closed in favor of being in #2302. We decided to keep all feature requests in one place.

Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants