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 8ec5b79 commit e533b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ens = ff.createEnsemble(Xtrain = Xtrain,
max_delta_step = 2)

ensemble_pred_train = ens$predTrain
ensemble_pred_train = ens$predTest
ensemble_pred_test = ens$predTest
```

## 3. fast-furious model implementations
Expand Down Expand Up @@ -504,7 +504,7 @@ Package ```logistic_reg``` **very fast 100% vectorized implementation** in Matla
```

## 4. fast-furious R-Package
Please see [R-Package PDF manual]: https://github.com/gtesei/fast-furious/blob/master/fastfurious-manual.pdf "R-Package PDF manual".
Please, refer to [fast-furious R-Package PDF manual](https://github.com/gtesei/fast-furious/blob/master/fastfurious-manual.pdf).

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

0 comments on commit e533b58

Please sign in to comment.