I've read node description for ROC Curve and really confused. How this description connected with other definitions (with specifity and sensivity)? What are variables on axies shown?
Maybe there is any article, where I can read about this?
Wikipedia and more significant pages for me (I'm russian, so page on Russian language, sorry, but it has algorithm) uses algorithm with sensivity and specifity calculation. Here, on KNIME site, I see another version of algorithm, so my question is in equivalency of this two versions and proofs of it.
KNIME implements the standard ROC procedure: the y-axis shows the true positive rate, the x-axis the false positive rate, which are equal to sensitivity and (one minus the) specificity.
We don't have an example workflow for ROC yet but the node description is fairly detailed... Probably you can describe your use case and we can create an example from it?
There is a dedicated ROC Curves node. For comparing multiple classifiers in one chart, join the classification results together using the Joiner node and select the classification probability columns to plot in the ROC Curves node settings.