Skip to content

Commit

Permalink
add two charts
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Aug 31, 2016
1 parent 75b4d54 commit ba251b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ On other systems follow the
[Vowpal Wabbit instructions](https://github.com/JohnLangford/vowpal_wabbit/blob/master/README.md).


### Examples

Several demos are included in the `demo/` directory and accessible (once installed) via the `demo()` function. Here
are tow figures from `demo/vw_example_4.r` which revisits the Titanic dataset.

![](https://raw.githubusercontent.com/eddelbuettel/rvw/master/inst/images/roc_curves.png)

![](https://raw.githubusercontent.com/eddelbuettel/rvw/master/inst/images/confusion_matrices.png)

### Status

Still being worked on.
Expand Down

0 comments on commit ba251b9

Please sign in to comment.