Need to fetch ADM Model Rule Short Description in a Report.
We want to generate AUC report from class - Data-Decision-ADM-ModelSnapshot like to get Success Rate and AUC of the model by passing model name as parameter.
The problem we are facing here is model short description (Label) is not part of this class table, so we are not able to fetch it.
But client needs the short description in the report. We tried to join the class with Rule-Decision-AdaptiveModel to get label, but this is returning all the instances (with different descriptions/label) of that model instead of latest version (latest description/label).
Any Suggestions?