Hi, I have created a model using MLP in Neural Network. Now I want to apply that model to my actual data set and obtain the score.
How do I do this in SPSS Statistics 20? How do I load the trained model into my actual data? Does the trained model needs to be exported to some format?
Any help will be appreciated. thanks On Fri, Jul 12, 2013 at 10:14 PM, ChetMeinzer <[hidden email]> wrote: writing this is for a non-python user. |
When you build the model, save it as an
xml file (use the Export tab). The use Utilities > Scoring Wizard
and select the file you saved.
Jon Peck (no "h") aka Kim Senior Software Engineer, IBM [hidden email] phone: 720-342-5621 From: Sandeep Behera <[hidden email]> To: [hidden email], Date: 07/13/2013 10:20 AM Subject: [SPSSX-L] Does any one know how to apply trained model in Neural Network to an actual data set? Sent by: "SPSSX(r) Discussion" <[hidden email]> Hi, I have created a model using MLP in Neural Network. Now I want to apply that model to my actual data set and obtain the score. How do I do this in SPSS Statistics 20? How do I load the trained model into my actual data? Does the trained model needs to be exported to some format? Any help will be appreciated. thanks On Fri, Jul 12, 2013 at 10:14 PM, ChetMeinzer <cmeinzer@...> wrote: writing this is for a non-python user. Is there a cleaner way to simply pass in the string eps than this? DEFINE @aaa() eps !ENDDEFINE. DEFINE !savefile (fn=!TOKENS(1)) get FILE=!QUOTE(!CONCAT("K:\eps_year_2009.sav")). !enddefine. !savefile fn=@aaa. -- View this message in context: http://spssx-discussion.1045642.n5.nabble.com/Is-there-a-better-macro-for-passing-string-values-tp5721140.html Sent from the SPSSX Discussion mailing list archive at Nabble.com. ===================== To manage your subscription to SPSSX-L, send a message to LISTSERV@... (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
Hi, How do I proceed after selecting the file through utilities > scoring wizard. Its showing 'Match model fields to the dataset'. But the Next> tab is not glowing. So I can't proceed to the next step. Any help will be appreciated. Thanks On 13 Jul 2013 20:49, "Sandeep Behera" <[hidden email]> wrote:
|
Hi jon, Can you pls help? On 16 Jul 2013 16:31, "Sandeep Behera" <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |