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
1525cc42
Unverified
Commit
1525cc42
authored
Jul 05, 2021
by
Nikita Titov
Committed by
GitHub
Jul 04, 2021
Browse files
[docs][python] add versionadded to Sequence class in Python wrapper (#4441)
parent
03469ae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
python-package/lightgbm/basic.py
python-package/lightgbm/basic.py
+2
-0
No files found.
python-package/lightgbm/basic.py
View file @
1525cc42
...
...
@@ -626,6 +626,8 @@ class Sequence(abc.ABC):
- With random access, **data sampling does not need to go through all data**.
- With range data access, there's **no need to read all data into memory thus reduce memory usage**.
.. versionadded:: 3.3.0
Attributes
----------
batch_size : int
...
...
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