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
497d739a
Unverified
Commit
497d739a
authored
Jul 05, 2024
by
Nikita Titov
Committed by
GitHub
Jul 04, 2024
Browse files
[docs] fix FAQ markdown (#6521)
parent
9a10b19a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
docs/FAQ.rst
docs/FAQ.rst
+4
-3
No files found.
docs/FAQ.rst
View file @
497d739a
...
@@ -231,12 +231,13 @@ In older versions, avoid printing the ``Dataset`` after calling ``setinfo()``.
...
@@ -231,12 +231,13 @@ In older versions, avoid printing the ``Dataset`` after calling ``setinfo()``.
As
of
LightGBM
v4
.0.0
,
``
setinfo
()``
has
been
replaced
by
a
new
method
,
``
set_field
()``.
As
of
LightGBM
v4
.0.0
,
``
setinfo
()``
has
been
replaced
by
a
new
method
,
``
set_field
()``.
3.
``
error
in
data
.
table
::
data
.
table
()...
argument
2
is
NULL
``
3.
``
error
in
data
.
table
::
data
.
table
()...
argument
2
is
NULL
``
.
-------------------------------------------------------------
-------------------------------------------------------------
-
If
you
are
experiencing
this
error
when
running
``
lightgbm
``,
you
may
be
facing
the
same
issue
reported
in
`#
2715
<
https
://
github
.
com
/
microsoft
/
LightGBM
/
issues
/
2715
>`
_
and
later
in
`#
2989
<
https
://
github
.
com
/
microsoft
/
LightGBM
/
pull
/
2989
#
issuecomment
-
614374151
>`
_
.
We
have
seen
that
in
some
situations
,
using
``
data
.
table
``
1.11
.
x
results
in
this
error
.
To
get
around
this
,
you
can
upgrade
your
version
of
``
data
.
table
``
to
at
least
version
1.12.0
.
If
you
are
experiencing
this
error
when
running
``
lightgbm
``,
you
may
be
facing
the
same
issue
reported
in
`#
2715
<
https
://
github
.
com
/
microsoft
/
LightGBM
/
issues
/
2715
>`
_
and
later
in
`#
2989
<
https
://
github
.
com
/
microsoft
/
LightGBM
/
pull
/
2989
#
issuecomment
-
614374151
>`
_
.
We
have
seen
that
in
some
situations
,
using
``
data
.
table
``
1.11
.
x
results
in
this
error
.
To
get
around
this
,
you
can
upgrade
your
version
of
``
data
.
table
``
to
at
least
version
1.12.0
.
4.
package
‘
Matrix
’
is
not
available
4.
``
package
/
dependency
‘
Matrix
’
is
not
available
...``
-------------------------------------------------------
In
April
2024
,
``
Matrix
==
1.7
-
0
``
was
published
to
CRAN
.
In
April
2024
,
``
Matrix
==
1.7
-
0
``
was
published
to
CRAN
.
That
version
had
a
floor
of
``
R
(>=
4.4.0
)``.
That
version
had
a
floor
of
``
R
(>=
4.4.0
)``.
...
...
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