yasirs

Results 5 issues of yasirs

sapply returns a matrix when it should return a list https://github.com/Rapporter/pander/issues/263

I tried to modify the linear example test to have `b` as a uniform variable. Declaring `Uniform b;` on line 16, and then updating as `b.dunif(-10, 10);` on line 39,...

I am experimenting with very large datasets (~ 1e6 to 1e7 points). It seems that storing the data as (threshold, label) tuples and then computing the measures and confusion matrices...

The legend for lines should show lines, rather than circles (which look as if they represent markers for points). E.g., if I do ``` mtcars %>% ggvis(~wt, ~mpg) %>% group_by(cyl)...

I am on OSX, and installed pyreport 3 ways. I can see the module installed, but I can't find the pyreport executable script. 1. From github: ``` $ git clone...