Unanswered
Is There A Way To Upload An Roc Curve With Its Underlying Data?
The Use-Case: I Have Trained Several Models And I Want To Compare Their Different Working Points And Curves
found it.
` fpr, tpr, thresholds = my_roc_calc(my_input)
t = Task.get_task(my_task_id)
t.get_logger().report_scatter2d("ROC", "MyModel",iteration=1, scatter=list(zip(fpr, tpr))) `
174 Views
0
Answers
4 years ago
one year ago