Top "Lightgbm" questions

LightGBM is a gradient boosting framework that uses tree based learning algorithms.

Why does `categorical_feature` of lightgbm not work?

I want to use LightGBM to predict the tradeMoney of house, but I get troubles when I have specified categorical_…

python pandas lightgbm
Python - LightGBM with GridSearchCV, is running forever

Recently, I am doing multiple experiments to compare Python XgBoost and LightGBM. It seems that this LightGBM is a new …

python cross-validation xgboost grid-search lightgbm
LightGBM: continue training a model

I am training a model using cross validation like so: classifier = lgb.Booster( params=params, train_set=lgb_train_set, ) …

lightgbm
Unable to import lightgbm after install

My operating system is macOS Sierra, 10.12.5, and I am using Anaconda and python 2.7. After install, and when I try: import …

macos lightgbm