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
4d994c63
Unverified
Commit
4d994c63
authored
May 16, 2020
by
James Lamb
Committed by
GitHub
May 16, 2020
Browse files
[R-package] [docs] Removed outdated language about the R package (#3070)
parent
5cc38e6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
docs/GPU-Windows.rst
docs/GPU-Windows.rst
+4
-10
No files found.
docs/GPU-Windows.rst
View file @
4d994c63
...
@@ -135,12 +135,6 @@ To check whether you need 32-bit or 64-bit MinGW for R, install LightGBM as usua
...
@@ -135,12 +135,6 @@ To check whether you need 32-bit or 64-bit MinGW for R, install LightGBM as usua
If it says ``mingw_64`` then you need the 64-bit version (PATH with ``c:\Rtools\bin;c:\Rtools\mingw_64\bin``),
If it says ``mingw_64`` then you need the 64-bit version (PATH with ``c:\Rtools\bin;c:\Rtools\mingw_64\bin``),
otherwise you need the 32-bit version (``c:\Rtools\bin;c:\Rtools\mingw_32\bin``), the latter being a very rare and untested case.
otherwise you need the 32-bit version (``c:\Rtools\bin;c:\Rtools\mingw_32\bin``), the latter being a very rare and untested case.
Quick installation of LightGBM can be done using:
.. code:: r
devtools::install_github("Microsoft/LightGBM", subdir = "R-package")
--------------
--------------
Download the prebuilt Boost
Download the prebuilt Boost
...
...
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