-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[R-package] [docs] Added documentation on lgb.dl() and data.table version (fixes #2715) #2846
Conversation
Seems that I was wrong when suggested to write that warning in R README. I think R section in FAQ is a better place for it. WDYT? |
yep I agree. I forget sometimes that we have that. I'll move this there, and I'll add a note in the README pointing to the FAQ (since we don't currently have that). |
51fbc2d
to
6f6a937
Compare
Moved everything over to the FAQs page |
docs/FAQ.rst
Outdated
|
||
Avoid printing the ``lgb.Dataset`` after using ``setinfo``. | ||
This is a known bug: `Microsoft/LightGBM#539 <https://github.com/microsoft/LightGBM/issues/539>`__. | ||
|
||
3. `error in data.table::data.table()...argument 2 is NULL` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah! I knew I'd miss one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Per conversationi n #2715 , this PR adds documentation on the need to upgrade
data.table
if you are usinglgb.dl()
to install the R package.