Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gtesei committed Oct 16, 2015
1 parent 85c81de commit 8ec5b79
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ R installation is pretty easy and fast from github by using ```devtools::install
devtools::install_github('gtesei/fast-furious',subdir='R-package')
```

Once installed, you just need to load the package by using the R ```library``` function. E.g. this is the code sketch of how to tune, train, predict and ensemble an XGBoost model.
Once installed, you just need to load the package by using the R ```library``` function. E.g. this is the code sketch for tuning, training, predicting and ensembling an XGBoost model on a binary classification problem.
```r
library(fastfurious)

Expand Down Expand Up @@ -504,11 +504,7 @@ Package ```logistic_reg``` **very fast 100% vectorized implementation** in Matla
```

## 4. fast-furious R-Package
For fast-furious PDF manual of R-Package ....
![PDF Manual](https://github.com/gtesei/fast-furious/blob/master/fastfurious-manual.pdf)



Please see [R-Package PDF manual]: https://github.com/gtesei/fast-furious/blob/master/fastfurious-manual.pdf "R-Package PDF manual".

## References
Most parts of fast-furious are based on the following resources:
Expand Down

0 comments on commit 8ec5b79

Please sign in to comment.