Closed ggruenhagen3 closed 3 years ago
I flipped some of the arguments around and it worked. Here's what I changed:
wAUC(p2df = p2df, p2res = p2saved_file, p2saved_file = p2AUC)
And here's the output from the relevant section:
label 0 done in 7.6s
label 1 done in 7.5s
label 2 done in 7.3s
I noticed that in python example the same (incorrect?) arguments are used at line 43 and then again in the full pipeline notebook in step 3.
I flipped some of the arguments around and it worked. Here's what I changed:
wAUC(p2df = p2df, p2res = p2saved_file, p2saved_file = p2AUC)
And here's the output from the relevant section:label 0 done in 7.6s label 1 done in 7.5s label 2 done in 7.3s
I noticed that in python example the same (incorrect?) arguments are used at line 43 and then again in the full pipeline notebook in step 3.
Thank you for pointing out these issues with the examples. We updated the main functions a couple times and examples for them are still with the old naming scheme. What you did here is correct, I will fixed the examples in the next commit.
Hi,
At the end of the SimiC_example.R script, I get an error for an invalid argument to main_fn() in wAUC. I noticed that in weighted_AUC_mat.py script, the arguments to main_fn() are
but the arguments provided to the main_fn() in the example script are: p2df, p2saved_file, and p2AUC. So is this error due to the wrong arguments supplied to main_fn() in wAUC in the example R file?
More detailed output from my error (sorry for a few formatting issues):