How can model performance metrics be stored in excel from the their respective tools.
Solved! Go to Solution.
The interactive tool is in HTML, so you would need to render it separately as an .html file. Sadly, it does not look like the metrics you are looking for are included in the static report from the R anchor.
If you render the report as an .html file, you should be able to embed it in excel as an object, though the first time you do it you would need to manually map the object to the corresponding file location where you will be rendering the HTML file.
You can edit the R code for the logistic regression tool to get the values you want to flow to a new output. You can then capture them in a spreadsheet.