This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
I was curious if there is a way to output the data from the predictive analytics tools to a file? Right now I have it going to the browse tool, which allows me to examine the data but not save it. I noticed that if I save it to a .txt file it is formatted in html, and so I can then save it as a .html file and open, which works, but when I save it as an .htm or.html file it does not translate. Does anyone know a format into which I can save these outputs? Thanks!
Solved! Go to Solution.
Hi @m1ngle74,
There are (at least) two outputs from any modelling tool, and you can save them each as their own .yxdb file. You should then be able to open either one and send it straight into a browse tool without issue. You could also send the O one into a scoring tool to assess it (say, against a model generated by some other process).
Anyway, so .yxdb is the format you want.
Hope that helps!
- John
Thanks Steven! A great help
Thanks John - really appreciate the help!