It sounds like the Model Import node is the way to go. And you can use it one of two ways - I think the first is how you would use it, since it sounds like you scored the data set already. And I'm assuming you have the target in the data you want to score or already scored. 1. Create a data source for the scored data that you created, then connect IDS->Model Import, with Import Type=Data. Run, and you will get the usual model fit statistics. You can then connect that to a Model Comparison node to get more assessment statistics. 2. If you haven't already scored, you can register the model from Gradient Boosting (either use the Register Model node or right-click on the node and select Create Model Package, then register it from the Model Packages folder in the Project Panel), then create a data source for the data you want to score, set up a flow IDS > Model Import, with Import Type=Registered Model and the model you registered selected for Model Name. Hope that helps.
... View more