<?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 SAS VISUAL ANALYTICS 8.2 in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VISUAL-ANALYTICS-8-2/m-p/476375#M10621</link>
    <description>&lt;P&gt;I have following queries&amp;nbsp;with respect to SAS Viya:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Building Models&lt;/STRONG&gt;: Does SAS VA provide flexibility for making changes to the model equation generated through SAS VA? Also, can the user write his own code using the interface and make data manipulations etc.?&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Generating forecasts&lt;/STRONG&gt;:&amp;nbsp; Is it possible to plug-in a user-defined model equation and generate forecasts for a chosen data using that equation?&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Variable Selection&lt;/STRONG&gt;: Incase a particular KPI is not available in the existing options, can the user write his/her own code and add the KPI to the list of options&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Data limitations&lt;/STRONG&gt;: Does SAS VA have any limitations in terms of data size used for performing predictive analytics using the SAS VA interface&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Charts/Graphs: &lt;/STRONG&gt;Is it possible to export graphs/charts in the same excel where model results are exported?&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Mon, 09 Jul 2018 07:41:48 GMT</pubDate>
    <dc:creator>upadhi</dc:creator>
    <dc:date>2018-07-09T07:41:48Z</dc:date>
    <item>
      <title>SAS VISUAL ANALYTICS 8.2</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VISUAL-ANALYTICS-8-2/m-p/476375#M10621</link>
      <description>&lt;P&gt;I have following queries&amp;nbsp;with respect to SAS Viya:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Building Models&lt;/STRONG&gt;: Does SAS VA provide flexibility for making changes to the model equation generated through SAS VA? Also, can the user write his own code using the interface and make data manipulations etc.?&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Generating forecasts&lt;/STRONG&gt;:&amp;nbsp; Is it possible to plug-in a user-defined model equation and generate forecasts for a chosen data using that equation?&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Variable Selection&lt;/STRONG&gt;: Incase a particular KPI is not available in the existing options, can the user write his/her own code and add the KPI to the list of options&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Data limitations&lt;/STRONG&gt;: Does SAS VA have any limitations in terms of data size used for performing predictive analytics using the SAS VA interface&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Charts/Graphs: &lt;/STRONG&gt;Is it possible to export graphs/charts in the same excel where model results are exported?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 09 Jul 2018 07:41:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VISUAL-ANALYTICS-8-2/m-p/476375#M10621</guid>
      <dc:creator>upadhi</dc:creator>
      <dc:date>2018-07-09T07:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VISUAL ANALYTICS 8.2</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VISUAL-ANALYTICS-8-2/m-p/476544#M10633</link>
      <description>&lt;P&gt;1) Not within VA; you have to export the model and then you can change the score code. &amp;nbsp;For models that use an ASTORE table for the scoring process, I don't think you can manipulate the model in any detailed way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) No; you would need to use a dedicated forecasting product for that (e.g. Forecast Studio).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) Do you mean create a new calculated column? &amp;nbsp;This is available from the Data panel. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4) There are some limits, usually on the number of variables that you can assign to a model. &amp;nbsp;Rows should not be limited, although Forecasting does require time binning to avoid plotting too many points.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5) I don't think so. &amp;nbsp;The data exports as a nice Excel sheet, but the charts/graphs download as images or PDFs in a separate feature (export data versus 'print'). &amp;nbsp;The print feature does also print the details tables, which contain the model parameters.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 18:09:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VISUAL-ANALYTICS-8-2/m-p/476544#M10633</guid>
      <dc:creator>MikeJenista</dc:creator>
      <dc:date>2018-07-09T18:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VISUAL ANALYTICS 8.2</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VISUAL-ANALYTICS-8-2/m-p/638194#M13648</link>
      <description>You can override at least partly score code ad it is described here.&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sgf/2018/01/25/using-proc-astore-to-override-scoring-decisions-in-sas-viya/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2018/01/25/using-proc-astore-to-override-scoring-decisions-in-sas-viya/&lt;/A&gt;&lt;BR /&gt;But please help me with localizing the epcode. I can use it for scoring but I cannot figure out where I find this file in order to change the sas code.</description>
      <pubDate>Tue, 07 Apr 2020 23:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VISUAL-ANALYTICS-8-2/m-p/638194#M13648</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2020-04-07T23:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VISUAL ANALYTICS 8.2</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VISUAL-ANALYTICS-8-2/m-p/638304#M13651</link>
      <description>I have had this problem as well--the paths displayed in a lot of CAS examples are paths relative to the where the session was started.  It can be difficult to find content like code files through other file navigations.  There is an additional complication now that CAS libraries have to be defined with relative paths for security reasons.  I am not aware of a way to ask a CAS session for the current working directory, or equivalent.&lt;BR /&gt;The way I got around this in the past was to ask the system administrators about the directory structure, and they usually knew how to reconcile relative CAS locations with the absolute machine locations.</description>
      <pubDate>Wed, 08 Apr 2020 12:39:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VISUAL-ANALYTICS-8-2/m-p/638304#M13651</guid>
      <dc:creator>MikeJenista</dc:creator>
      <dc:date>2020-04-08T12:39:40Z</dc:date>
    </item>
  </channel>
</rss>

