<?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: TEXTTOPIC_TRAIN dataset: is it possible to construct it in PROC HPTMINE in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/TEXTTOPIC-TRAIN-dataset-is-it-possible-to-construct-it-in-PROC/m-p/609686#M10060</link>
    <description>&lt;P&gt;Unfortunately, It isn't possible to use PROC hptmine to get the full topic results found in Text Miner. There is quite a lot of sas code in Text Miner that executes after proc hptmine to do these calculations. If you submit&amp;nbsp; "options mprint;" in your start up code, you will see it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our newer action on viya, the tmMine action, does have the full computation contained within the action so if you move to that you will direct access to the computation there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Russ&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2019 14:04:52 GMT</pubDate>
    <dc:creator>RussAlbright</dc:creator>
    <dc:date>2019-12-05T14:04:52Z</dc:date>
    <item>
      <title>TEXTTOPIC_TRAIN dataset: is it possible to construct it in PROC HPTMINE</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/TEXTTOPIC-TRAIN-dataset-is-it-possible-to-construct-it-in-PROC/m-p/608295#M10058</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I would like to utilize proc hptmine for my text analytics. However as I went through the manual I could not find any property that can help me create the same type of table text miner does. That is TEXT_TOPICTRAIN data. it has TextTopic_raw, TextTopic, _DOCUMENT_, TEXT, ID columns in it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone help me with creating the same type of dataset in PROC HPTMINE?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below is the code I used&amp;nbsp; but don't see any table&amp;nbsp;there to join to construct a table like texttopic_train data set.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: navy; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;proc&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN style="color: navy; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;hptmine&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;data&lt;/SPAN&gt;&lt;SPAN&gt;=samplestrata20K;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;doc_id&lt;/SPAN&gt;&lt;SPAN&gt; ID;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; TEXT;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;parse&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;termwgt&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; = ENTROPY&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;cellwgt&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; = log&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;reducef&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: &amp;quot;Courier New&amp;quot;;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;entities&lt;/SPAN&gt;&lt;SPAN&gt; = std&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;synonym&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; = sashelp.engsynms&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;stop&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = sashelp.engstop&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;outparent&lt;/SPAN&gt;&lt;SPAN&gt; = outparent&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;outterms&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; = outterms&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;outchild&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; = outchild&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;outconfig&lt;/SPAN&gt;&lt;SPAN&gt; = outconfig;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;svd&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; k&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: &amp;quot;Courier New&amp;quot;;"&gt;25&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outtopics&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; topics&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;outdocpro&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;= docpro&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;TOPICLABELSIZE = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: &amp;quot;Courier New&amp;quot;;"&gt;10&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;FONT size="3"&gt;performance&lt;/FONT&gt;&lt;/SPAN&gt; &lt;FONT size="3"&gt;&lt;SPAN style="color: blue; font-family: &amp;quot;Courier New&amp;quot;;"&gt;details&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;SPAN style="color: navy; font-family: &amp;quot;Courier New&amp;quot;;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 17:03:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/TEXTTOPIC-TRAIN-dataset-is-it-possible-to-construct-it-in-PROC/m-p/608295#M10058</guid>
      <dc:creator>eserates</dc:creator>
      <dc:date>2019-11-29T17:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: TEXTTOPIC_TRAIN dataset: is it possible to construct it in PROC HPTMINE  SAS Text and Content An</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/TEXTTOPIC-TRAIN-dataset-is-it-possible-to-construct-it-in-PROC/m-p/609330#M10059</link>
      <description>&lt;P&gt;Moved post to &lt;A id="link_43" class="lia-link-navigation lia-js-data-coreNodeDisplayId-text_analytics lia-js-data-coreNodeTypeAndId-forum-board:text_analytics lia-js-data-coreNodeId-31 lia-component-forums-widget-community-node-tree-item" href="https://communities.sas.com/t5/SAS-Text-and-Content-Analytics/bd-p/text_analytics" target="_blank"&gt;SAS Text and Content Analytics&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 11:04:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/TEXTTOPIC-TRAIN-dataset-is-it-possible-to-construct-it-in-PROC/m-p/609330#M10059</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-12-04T11:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: TEXTTOPIC_TRAIN dataset: is it possible to construct it in PROC HPTMINE</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/TEXTTOPIC-TRAIN-dataset-is-it-possible-to-construct-it-in-PROC/m-p/609686#M10060</link>
      <description>&lt;P&gt;Unfortunately, It isn't possible to use PROC hptmine to get the full topic results found in Text Miner. There is quite a lot of sas code in Text Miner that executes after proc hptmine to do these calculations. If you submit&amp;nbsp; "options mprint;" in your start up code, you will see it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our newer action on viya, the tmMine action, does have the full computation contained within the action so if you move to that you will direct access to the computation there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Russ&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 14:04:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/TEXTTOPIC-TRAIN-dataset-is-it-possible-to-construct-it-in-PROC/m-p/609686#M10060</guid>
      <dc:creator>RussAlbright</dc:creator>
      <dc:date>2019-12-05T14:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: TEXTTOPIC_TRAIN dataset: is it possible to construct it in PROC HPTMINE</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/TEXTTOPIC-TRAIN-dataset-is-it-possible-to-construct-it-in-PROC/m-p/609742#M10061</link>
      <description>thank you</description>
      <pubDate>Thu, 05 Dec 2019 17:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/TEXTTOPIC-TRAIN-dataset-is-it-possible-to-construct-it-in-PROC/m-p/609742#M10061</guid>
      <dc:creator>eserates</dc:creator>
      <dc:date>2019-12-05T17:36:39Z</dc:date>
    </item>
  </channel>
</rss>

