JSL: Help accessing report information: Xpath or Tree Structure?
Hello scripters, I'm having some difficulty trying to access some information in a report coming from the XGBoost add-in platform. I have a JSL program where I generate a table of different XGB models -- different depths, learning rates, iterations, etc. This code runs the XGBoost platform and then pulls information from the XGB report to store in a output data table. The difficulty I'm ha...