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
1b567bf1
Unverified
Commit
1b567bf1
authored
Jun 18, 2021
by
Chen Yufei
Committed by
GitHub
Jun 18, 2021
Browse files
fix: typo in `_InnerPredictor` docstring. (#4389)
parent
42ddff1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/lightgbm/basic.py
python-package/lightgbm/basic.py
+1
-1
No files found.
python-package/lightgbm/basic.py
View file @
1b567bf1
...
@@ -612,7 +612,7 @@ class _InnerPredictor:
...
@@ -612,7 +612,7 @@ class _InnerPredictor:
booster_handle : object or None, optional (default=None)
booster_handle : object or None, optional (default=None)
Handle of Booster.
Handle of Booster.
pred_parameter: dict or None, optional (default=None)
pred_parameter: dict or None, optional (default=None)
Other parameters for the predic
i
ton.
Other parameters for the predict
i
on.
"""
"""
self
.
handle
=
ctypes
.
c_void_p
()
self
.
handle
=
ctypes
.
c_void_p
()
self
.
__is_manage_handle
=
True
self
.
__is_manage_handle
=
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