Score

../../../../_images/score.svg
class node_application.Score[source]

Predicts Y’ from X and compares with input Y. Returns mean accuracy (sum(Y’ == Y) / rows)

Configuration:
Inputs:
in-model : model

Input model

X : table

X

Y : table

Y

Outputs:
Score : table

Score