-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the assess() function #3
Comments
we want:
|
Hi Boris @rimorob One question I have is regarding the p-value. THe ROCR test function allows to compare 2 roc curves. Were you thinking to compare the ROC of the true vs each iteration or each iteration with estimated latent variable vs the roc curve if the 1st iteration (ignoring latent variables)? |
Yes, I think AUC vs the true network (minus the edges crossing into the latent space) would be used as the basis for comparison Looks nice! |
Fred, is this fully finished? |
I think I'm missing the p-value |
Actually roc.test works by providing 2 roc objects which mean we need 2 estimated network vs the true. |
I will let assess have an argument with the oracle performance so we can show pvalues |
Plot AUCs and PR-AUCs not as dots but on the same AUC plot with error bars, using either/both of ROCR and PROC
The text was updated successfully, but these errors were encountered: