Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
48a4c8a2
Unverified
Commit
48a4c8a2
authored
Jan 20, 2019
by
Guolin Ke
Committed by
GitHub
Jan 20, 2019
Browse files
fix typo
parent
e665dfdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python-package/lightgbm/basic.py
python-package/lightgbm/basic.py
+2
-2
No files found.
python-package/lightgbm/basic.py
View file @
48a4c8a2
...
...
@@ -2007,8 +2007,8 @@ class Booster(object):
"""
_safe_call
(
_LIB
.
LGBM_BoosterShuffleModels
(
self
.
handle
,
ctypes
.
c_int
(
start_iter
),
ctypes
.
c_int
(
end_iter
)))
ctypes
.
c_int
(
start_iter
ation
),
ctypes
.
c_int
(
end_iter
ation
)))
return
self
def
model_from_string
(
self
,
model_str
,
verbose
=
True
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment