Below my diagram where I am fitting tree based models. The data node labeled "cfgus_data" is used for training and validation. My testing data is separate so I added it as node labeled "scoring data" I have also set the output type property to Data and role to test for this data set under "Train" section of properties. What I wanted to get was the "classification table" showing me TP, FP, TN, FN on test data. However, in the "Output" section of results I don't see this for test data set. I am sharing the "Event Classification Table" section below for reference which is only showing the metrics for Train and Validate part. What I am doing wrong? Please advise me how to fix this.. Event Classification Table Model Selection based on Valid: Average Profit (_VAPROF_) Model Model Data Target False True False True Node Description Role Target Label Negative Negative Positive Positive HPTree HP Tree TRAIN FG 51 455 12 31 HPTree HP Tree VALIDATE FG 20 193 8 16 Tree Decision Tree TRAIN FG 82 467 0 0 Tree Decision Tree VALIDATE FG 36 201 0 0
... View more