-
l 370, you mention uncertainties but the ROCs don't have error bars and I don't see a discussion of statistical errors in the text.
Fergus: I know you have the plots Michael, just adding this issue…
-
use something other than matplotlib, experiment with slider concept Ben suggested
-
This issue is for documentation of Trevor's work to develop the outer GAN. I suggest that we make smaller issues for code modifications that we want in the main repo (like Trevor's updates to the inne…
-
Hello, in your code, the line 'from sklearn.metrics import plot_roc_curve' is causing an error with my Python 3.8 and scikit-learn 1.3.2 setup. I'd like to know which Python version and scikit-learn v…
-
### Describe the workflow you want to enable
In some cases, it is nice to compare a machine learning classifier with experimental data using ROC or Precision-Recall Curves. For (e.g.) a logarithmic r…
-
Add exercise to calculate ROC curve table and then plot ROC curve. Similar to figures 8.18 and 8.19 in the 3rd edition of the book.
-
Hi,
Thank you for this great tool.
i'm curious as to how the QQ field is calculated when --roc DP flag is used
Here is an example output vcf:.
in the example below what does 299 and 2845 im…
-
I use C3D extract feature,and I use these features to train the model, but there are some problem in test.py.
Traceback (most recent call last):
File "infer.py", line 29, in
auc, ap = tes…
-
Does the `plot_roc_curve` provide anything addtional than what is in Scikit-learn?
See [RocCurveDisplay](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html#sklear…
-
Would be great to have some [ROC curve averaging](https://ccrma.stanford.edu/workshops/mir2009/references/ROCintro.pdf) like [ROCR](http://rgm3.lab.nig.ac.jp/RGM/R_rdfile?f=ROCR/man/ROCR.xval.Rd&d=R_C…