This node computes certain statistics between the a numeric column's values (r i ) and predicted (p i ) values. It computes R² =1-SS res /SS tot =1-Σ(p i -r i )²/Σ(r i -1/n*Σr i )² (can be negative!), mean absolute error (1/n*Σ|p i -r i |), mean squared error (1/n*Σ(p i -r i )²), root mean squared error (sqrt(1/n*Σ(p i -r i )²)), and mean signed difference (1/n*Σ(p i -r i )). The computed values can be inspected in the node's view and/or further processed using the output table.
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Base nodes from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!