<?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 A Tour of SAS Viya Programming and Application Interfaces: A Forest Modeling Example in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/A-Tour-of-SAS-Viya-Programming-and-Application-Interfaces-A/m-p/615407#M498</link>
    <description>&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;If you are interested in exploring a variety of new programming and application interface choices in SAS Viya, check out this one hour &amp;nbsp;&lt;A href="https://www.sas.com/en_us/webinars/ate-tour-of-sas-viya-programming.html" target="_blank" rel="noopener"&gt;Ask the Expert recording&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Viya methods.jpg" style="width: 445px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35172iBA6900046A7C5346/image-dimensions/445x247?v=v2" width="445" height="247" role="button" title="SAS Viya methods.jpg" alt="SAS Viya methods.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;I am attaching here the presentation material, data used in the demonstrations, and the code used in the&amp;nbsp;programming examples.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;And below are answers to some questions posted during the live presentation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="qna_Row6"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Does the latest SWAT interface support the Scikit-Learn machine learning library in Python? As far as I know, it was a limitation previously, so wondering if the latest SWAT version has support for it.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="answer_Row6" class="row"&gt;
&lt;DIV id="qna_Row6"&gt;&lt;SPAN&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; The scikit-learn procedures will not execute in the distributed SAS Viya environment. In general we are using SWAT to access SAS machine learning algorithms and routines. These models can be compared in Python to the results of scikit-learn models, but the scikit-learn models will be executed using native Python code on the local Python environment.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV id="qna_Row7"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; is the random forest procedure available in SAS/STAT?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="answer_Row7" class="row"&gt;
&lt;DIV id="qna_Row7"&gt;&lt;SPAN&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; Yes, PROC FOREST in SAS/STAT will produce random forests if executed in SAS 9.4 (If you execute PROC FOREST on SAS Viya it will create the same random forest model we talked about using CAS actions)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2020 21:20:48 GMT</pubDate>
    <dc:creator>DavidGhan</dc:creator>
    <dc:date>2020-01-08T21:20:48Z</dc:date>
    <item>
      <title>A Tour of SAS Viya Programming and Application Interfaces: A Forest Modeling Example</title>
      <link>https://communities.sas.com/t5/SAS-Viya/A-Tour-of-SAS-Viya-Programming-and-Application-Interfaces-A/m-p/615407#M498</link>
      <description>&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;If you are interested in exploring a variety of new programming and application interface choices in SAS Viya, check out this one hour &amp;nbsp;&lt;A href="https://www.sas.com/en_us/webinars/ate-tour-of-sas-viya-programming.html" target="_blank" rel="noopener"&gt;Ask the Expert recording&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Viya methods.jpg" style="width: 445px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35172iBA6900046A7C5346/image-dimensions/445x247?v=v2" width="445" height="247" role="button" title="SAS Viya methods.jpg" alt="SAS Viya methods.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;I am attaching here the presentation material, data used in the demonstrations, and the code used in the&amp;nbsp;programming examples.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="small-txt-light"&gt;And below are answers to some questions posted during the live presentation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="qna_Row6"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Does the latest SWAT interface support the Scikit-Learn machine learning library in Python? As far as I know, it was a limitation previously, so wondering if the latest SWAT version has support for it.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="answer_Row6" class="row"&gt;
&lt;DIV id="qna_Row6"&gt;&lt;SPAN&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; The scikit-learn procedures will not execute in the distributed SAS Viya environment. In general we are using SWAT to access SAS machine learning algorithms and routines. These models can be compared in Python to the results of scikit-learn models, but the scikit-learn models will be executed using native Python code on the local Python environment.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV id="qna_Row7"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; is the random forest procedure available in SAS/STAT?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="answer_Row7" class="row"&gt;
&lt;DIV id="qna_Row7"&gt;&lt;SPAN&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; Yes, PROC FOREST in SAS/STAT will produce random forests if executed in SAS 9.4 (If you execute PROC FOREST on SAS Viya it will create the same random forest model we talked about using CAS actions)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:20:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/A-Tour-of-SAS-Viya-Programming-and-Application-Interfaces-A/m-p/615407#M498</guid>
      <dc:creator>DavidGhan</dc:creator>
      <dc:date>2020-01-08T21:20:48Z</dc:date>
    </item>
  </channel>
</rss>

