Commit 673e3ea2 authored by Guolin Ke's avatar Guolin Ke
Browse files

add import LGBMRanker in __init__.py

parent 80a52ad4
......@@ -11,7 +11,7 @@ import os
from .basic import Predictor, Dataset, Booster
from .engine import train, cv
try:
from .sklearn import LGBMModel, LGBMRegressor, LGBMClassifier
from .sklearn import LGBMModel, LGBMRegressor, LGBMClassifier, LGBMRanker
except ImportError:
pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment