How to save a neural network to run on new data table
Hi, Is there a way after saving the prediction formula including the hidden nodes (H1, H2, ...) so that I can run it on data in a new table? I don't just want to copy the formulas but rather have a way to save and automate it. The new data table is from a JMP button I made in an addin that does a sql query of a database. I was going to try and automate a cartesian join of the data table that I ha...