Unverified Commit 48a4c8a2 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

fix typo

parent e665dfdd
...@@ -2007,8 +2007,8 @@ class Booster(object): ...@@ -2007,8 +2007,8 @@ class Booster(object):
""" """
_safe_call(_LIB.LGBM_BoosterShuffleModels( _safe_call(_LIB.LGBM_BoosterShuffleModels(
self.handle, self.handle,
ctypes.c_int(start_iter), ctypes.c_int(start_iteration),
ctypes.c_int(end_iter))) ctypes.c_int(end_iteration)))
return self return self
def model_from_string(self, model_str, verbose=True): def model_from_string(self, model_str, verbose=True):
......
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