Hello everybody,
is there any way to have the result of the R output connector of any predictive tool (the report) as a normal table?
For example I'd like to have a table of the LeafSummary of a Decision Tree with 1 column for the node number, 1 column for the split, etc....
I could scrape the HTML code of the report and get the table, I can do it. But maybe there is a easier way to do that? Maybe adding some R-scripting starting from the O(bject) connector?
Do you have any idea how to do it?