Kornel Kiełczewski

Results 6 comments of Kornel Kiełczewski

Hey, any progress on this item? Maybe I could help?

p.s. I just discovered that doing `data = W.sample(10_000).numpy()` solves the issue. Why does this happen?

I'm having a similar issue, the tricks to tweak the build helped, however now I'm getting error like these: ``` Container: container_1447066627326_186565_01_000004 on s40819.dc4.local_8041 ============================================================================== LogType: stderr LogLength: 130 Log...

`roc_curve` returns the rates, not the values. In theory you can compute `tp`'s from `tpr`'s but practically that could be subject to numerical errors. `_binary_clf_curve` returns exactly what I need.

Exactly, very well put. On Fri, 6 Mar 2020 at 00:42, Joel Nothman wrote: > So you're really looking for the confusion matrix reported over changing > thresholds? > >...

@jnothman any thoughts on the above?