Skip to content

Add support for LightGBM's native Data Structure API #5

@bruessow

Description

@bruessow

Training LightGBM models on weighted datasets requires the native Data Structure API. The template, however, implements only the Scikit-learn API (LGBMClassifier and LGBMRegressor) but not the native API (lighgbm.Dataset and lightgbm.Booster). Maybe there is an analogue solution for weighting Pandas dataframes. If not, support for LightGBM's Data Structure API would allow to weight datasets prior to model training.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions