refine readme.md
This commit is contained in:
parent
2f6a64e8fa
commit
9ee9d29f13
@ -1,10 +1,20 @@
|
||||
This is subfolder for experimental version of R package.
|
||||
# R package for xgboost.
|
||||
|
||||
Installation:
|
||||
## Installation
|
||||
|
||||
For up-to-date version(which is recommended), please install from github.
|
||||
|
||||
```r
|
||||
require(devtools)
|
||||
install_github('xgboost','tqchen',subdir='R-package')
|
||||
```
|
||||
|
||||
For stable version on CRAN, please run
|
||||
|
||||
```r
|
||||
install.packages('xgboost')
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
Please visit [demo](https://github.com/tqchen/xgboost/blob/master/R-package/inst/examples/demo.R) for more details.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user