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 ...@@ -11,7 +11,7 @@ import os
from .basic import Predictor, Dataset, Booster from .basic import Predictor, Dataset, Booster
from .engine import train, cv from .engine import train, cv
try: try:
from .sklearn import LGBMModel, LGBMRegressor, LGBMClassifier from .sklearn import LGBMModel, LGBMRegressor, LGBMClassifier, LGBMRanker
except ImportError: except ImportError:
pass 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