<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using trained model for prediction (Enterprise Miner) in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Using-trained-model-for-prediction-Enterprise-Miner/m-p/567737#M7856</link>
    <description>&lt;P&gt;In the Input Data node you have for your TEST data, do you have the Role of the data to be &lt;STRONG&gt;Score?&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;This indicates that this is data that doesn't have the target in it, and is what you should be using.&amp;nbsp;If you do already have that set, then I will probably have some other follow-up questions, but thought I'd check that first.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2019 19:09:52 GMT</pubDate>
    <dc:creator>WendyCzika</dc:creator>
    <dc:date>2019-06-20T19:09:52Z</dc:date>
    <item>
      <title>Using trained model for prediction (Enterprise Miner)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Using-trained-model-for-prediction-Enterprise-Miner/m-p/567583#M7855</link>
      <description>&lt;P&gt;Hello. My name is Daniel and I am using I am using SAS Enterprise Miner 14.1 for my master's thesis. I am pretty new to this software but I really like it and find it perfect as a tool to enhance my master's thesis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with using a trained model for prediction on created on my own dataset.&lt;BR /&gt;I attach a view of my Diagram which I am using. The model is extremaly simplified and is created just for learning how to make prediction on data by using trained model.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Short explaination of my datasets:&lt;BR /&gt;&lt;STRONG&gt;"KROTKI&lt;/STRONG&gt;" - dataset which I am using for training model. It consists of 2 Columns:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hand - nominal variable used for prediction.&lt;/P&gt;&lt;P&gt;Result -&amp;nbsp;&lt;SPAN&gt;continuous variable (target)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"TEST"&amp;nbsp;&lt;/STRONG&gt;- dataset which I am using to make prediction on. It consist of 1 Column: Hand.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I imported dataset "KROTKI" as a training data (set result as a target), and dataset "TEST" as a score. I changed score node option "a type of scored data" to data.&lt;/P&gt;&lt;P&gt;Almost everything seems to be working fine, I checked the results of my HP Tree model, the tree was correctly build.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to see the predicted value of "Result" variable (this is the target variable in model) for each observation of my&amp;nbsp;&lt;STRONG&gt;TEST&amp;nbsp;&lt;/STRONG&gt;dataset. I feel like SAS does not return that. When I click on exported data for my score point I receive (attached as a screen) a window that informs that any kind of this data does not exist.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I receive a dataset which will contain the prognosed target variable for my SCORE data (dataset &lt;STRONG&gt;TEST&lt;/STRONG&gt;)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 11:49:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Using-trained-model-for-prediction-Enterprise-Miner/m-p/567583#M7855</guid>
      <dc:creator>Danielmastah</dc:creator>
      <dc:date>2019-06-20T11:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using trained model for prediction (Enterprise Miner)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Using-trained-model-for-prediction-Enterprise-Miner/m-p/567737#M7856</link>
      <description>&lt;P&gt;In the Input Data node you have for your TEST data, do you have the Role of the data to be &lt;STRONG&gt;Score?&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;This indicates that this is data that doesn't have the target in it, and is what you should be using.&amp;nbsp;If you do already have that set, then I will probably have some other follow-up questions, but thought I'd check that first.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 19:09:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Using-trained-model-for-prediction-Enterprise-Miner/m-p/567737#M7856</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2019-06-20T19:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using trained model for prediction (Enterprise Miner)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Using-trained-model-for-prediction-Enterprise-Miner/m-p/567854#M7858</link>
      <description>&lt;P&gt;Thank you very much for quick answer.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Yes, I have set TEST's data role to be &lt;STRONG&gt;score&lt;/STRONG&gt; (I attach a screen, in polish it is "&lt;STRONG&gt;wynik punktowy&lt;/STRONG&gt;").&lt;BR /&gt;According to second part of your answer - yes, the dataset TEST does not contain target. It contains only variable&amp;nbsp;&lt;STRONG&gt;Hand&lt;/STRONG&gt;. I also attach a screen of head of dataset&amp;nbsp;&lt;STRONG&gt;TEST&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;KROTKI&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for help!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 08:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Using-trained-model-for-prediction-Enterprise-Miner/m-p/567854#M7858</guid>
      <dc:creator>Danielmastah</dc:creator>
      <dc:date>2019-06-21T08:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using trained model for prediction (Enterprise Miner)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Using-trained-model-for-prediction-Enterprise-Miner/m-p/569134#M7863</link>
      <description>&lt;P&gt;I want to refresh this topic.&lt;BR /&gt;&lt;BR /&gt;My problem is still not solved and time is playing a very important role because I have less than 1 month for preparing my master's thesis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I beg for help. Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 15:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Using-trained-model-for-prediction-Enterprise-Miner/m-p/569134#M7863</guid>
      <dc:creator>Danielmastah</dc:creator>
      <dc:date>2019-06-26T15:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using trained model for prediction (Enterprise Miner)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Using-trained-model-for-prediction-Enterprise-Miner/m-p/570090#M7867</link>
      <description>&lt;P&gt;Problem is solved. The solution was reinstalling whole SAS.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 10:38:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Using-trained-model-for-prediction-Enterprise-Miner/m-p/570090#M7867</guid>
      <dc:creator>Danielmastah</dc:creator>
      <dc:date>2019-06-30T10:38:38Z</dc:date>
    </item>
  </channel>
</rss>

