<?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 PROC HPSplit does not display graphs when ods graphics on in SAS 9.4 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-HPSplit-does-not-display-graphs-when-ods-graphics-on-in-SAS/m-p/474098#M21204</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to use proc hpsplit to perform some decision tree modeling, I think the procedure successfully generate a tree and output text based results, but for some reason the graphic plots are not displayed. the code is below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS SELECT ALL;&lt;BR /&gt;ods trace on;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc hpsplit data=save.treedata assignmissing=similar cvmethod=random(5) intervalbins=10 mincatsize=15&lt;BR /&gt;minleafsize=35 nodes=detail plots=all cvmodelfit;&lt;BR /&gt;class Good&lt;BR /&gt;&amp;amp;charvarname ;&lt;BR /&gt;model Good(event='1')=&amp;amp;numvarname&lt;BR /&gt;&amp;amp;charvarname ;&lt;BR /&gt;grow entropy;&lt;BR /&gt;prune costcomplexity(leaves=5);&lt;BR /&gt;run;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the log shows the plot was generated, but somehow it wasn't displayed..&lt;/P&gt;&lt;P&gt;NOTE: The HPSPLIT procedure is executing in single-machine mode.&lt;BR /&gt;NOTE: Cross-validating using 5 folds.&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: PerformanceInfo&lt;BR /&gt;Label: Performance Information&lt;BR /&gt;Template: HPA.Common.PerfInfo&lt;BR /&gt;Path: HPSplit.PerformanceInfo&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: DataAccessInfo&lt;BR /&gt;Label: Data Access Information&lt;BR /&gt;Template: HPA.Common.DataAccessInfo&lt;BR /&gt;Path: HPSplit.DataAccessInfo&lt;BR /&gt;-------------&lt;BR /&gt;NOTE: PROC HPSPLIT is modeling the event GOOD=1 for sensitivity, specificity,&lt;BR /&gt;AUC, and ROC curve calculations.&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: ModelInfo&lt;BR /&gt;Label: Model Information&lt;BR /&gt;Template: HPStat.HPSplit.ModelInfo&lt;BR /&gt;Path: HPSplit.ModelInfo&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: NObs&lt;BR /&gt;Label: Observation Information&lt;BR /&gt;Template: HPStat.HPSplit.NObs&lt;BR /&gt;Path: HPSplit.NObs&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: CrossValidatedModel&lt;BR /&gt;Label: Parameter Assessment&lt;BR /&gt;Template: HPStat.HPSplit.SingleNLeavesCrossValidationNominal&lt;BR /&gt;Path: HPSplit.CrossValidation.CrossValidatedModel&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: CVModelConfusionMatrix&lt;BR /&gt;Label: Confusion Matrix&lt;BR /&gt;Template: HPStat.HPSplit.CVConfusionMatrix&lt;BR /&gt;Path: HPSplit.CrossValidation.CVModelConfusionMatrix&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: WholeTreePlot&lt;BR /&gt;Label: Overview&lt;BR /&gt;Template: HPStat.HPSplit.Graphics.WholeClassificationTreePlot&lt;BR /&gt;Path: HPSplit.TreePlots.WholeTreePlot&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: ZoomedTreePlot&lt;BR /&gt;Label: Subtree, Starting at Node=0&lt;BR /&gt;Template: HPStat.HPSplit.Graphics.ZoomedClassificationTreePlot&lt;BR /&gt;Path: HPSplit.TreePlots.ZoomedTreePlot&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: ConfusionMatrix&lt;BR /&gt;Label: Confusion Matrices&lt;BR /&gt;Template: HPStat.HPSplit.ConfusionMatrix&lt;BR /&gt;Path: HPSplit.ModelAssessment.ConfusionMatrix&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: TreePerformance&lt;BR /&gt;Label: Fit Statistics&lt;BR /&gt;Template: HPStat.HPSplit.TreePerformance&lt;BR /&gt;Path: HPSplit.ModelAssessment.TreePerformance&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: ROCPlot&lt;BR /&gt;Label: ROC Plot&lt;BR /&gt;Template: HPStat.HPSplit.Graphics.ROCPlot&lt;BR /&gt;Path: HPSplit.ModelAssessment.ROCPlot&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: NodeTable&lt;BR /&gt;Label: Node Information&lt;BR /&gt;Template: HPStat.HPSplit.ClassificationNodeTable&lt;BR /&gt;Path: HPSplit.ModelAssessment.NodeTable&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: VarImportance&lt;BR /&gt;Label: Variable Importance&lt;BR /&gt;Template: HPStat.HPSplit.VarImportance&lt;BR /&gt;Path: HPSplit.ModelAssessment.VarImportance&lt;BR /&gt;-------------&lt;BR /&gt;NOTE: There were 744 observations read from the data set SAVE.TREEDATA.&lt;BR /&gt;NOTE: PROCEDURE HPSPLIT used (Total process time):&lt;BR /&gt;real time 1.30 seconds&lt;BR /&gt;cpu time 1.50 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are the software version info:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M5&lt;BR /&gt;Image version information: 9.04.01M5P090617&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 14.3&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;Custom version information: 9.4_M5&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt;Custom version information: 2.2_M6&lt;BR /&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;BR /&gt;real time 0.04 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jun 2018 14:53:36 GMT</pubDate>
    <dc:creator>maplepine</dc:creator>
    <dc:date>2018-06-28T14:53:36Z</dc:date>
    <item>
      <title>PROC HPSplit does not display graphs when ods graphics on in SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-HPSplit-does-not-display-graphs-when-ods-graphics-on-in-SAS/m-p/474098#M21204</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to use proc hpsplit to perform some decision tree modeling, I think the procedure successfully generate a tree and output text based results, but for some reason the graphic plots are not displayed. the code is below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS SELECT ALL;&lt;BR /&gt;ods trace on;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc hpsplit data=save.treedata assignmissing=similar cvmethod=random(5) intervalbins=10 mincatsize=15&lt;BR /&gt;minleafsize=35 nodes=detail plots=all cvmodelfit;&lt;BR /&gt;class Good&lt;BR /&gt;&amp;amp;charvarname ;&lt;BR /&gt;model Good(event='1')=&amp;amp;numvarname&lt;BR /&gt;&amp;amp;charvarname ;&lt;BR /&gt;grow entropy;&lt;BR /&gt;prune costcomplexity(leaves=5);&lt;BR /&gt;run;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the log shows the plot was generated, but somehow it wasn't displayed..&lt;/P&gt;&lt;P&gt;NOTE: The HPSPLIT procedure is executing in single-machine mode.&lt;BR /&gt;NOTE: Cross-validating using 5 folds.&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: PerformanceInfo&lt;BR /&gt;Label: Performance Information&lt;BR /&gt;Template: HPA.Common.PerfInfo&lt;BR /&gt;Path: HPSplit.PerformanceInfo&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: DataAccessInfo&lt;BR /&gt;Label: Data Access Information&lt;BR /&gt;Template: HPA.Common.DataAccessInfo&lt;BR /&gt;Path: HPSplit.DataAccessInfo&lt;BR /&gt;-------------&lt;BR /&gt;NOTE: PROC HPSPLIT is modeling the event GOOD=1 for sensitivity, specificity,&lt;BR /&gt;AUC, and ROC curve calculations.&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: ModelInfo&lt;BR /&gt;Label: Model Information&lt;BR /&gt;Template: HPStat.HPSplit.ModelInfo&lt;BR /&gt;Path: HPSplit.ModelInfo&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: NObs&lt;BR /&gt;Label: Observation Information&lt;BR /&gt;Template: HPStat.HPSplit.NObs&lt;BR /&gt;Path: HPSplit.NObs&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: CrossValidatedModel&lt;BR /&gt;Label: Parameter Assessment&lt;BR /&gt;Template: HPStat.HPSplit.SingleNLeavesCrossValidationNominal&lt;BR /&gt;Path: HPSplit.CrossValidation.CrossValidatedModel&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: CVModelConfusionMatrix&lt;BR /&gt;Label: Confusion Matrix&lt;BR /&gt;Template: HPStat.HPSplit.CVConfusionMatrix&lt;BR /&gt;Path: HPSplit.CrossValidation.CVModelConfusionMatrix&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: WholeTreePlot&lt;BR /&gt;Label: Overview&lt;BR /&gt;Template: HPStat.HPSplit.Graphics.WholeClassificationTreePlot&lt;BR /&gt;Path: HPSplit.TreePlots.WholeTreePlot&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: ZoomedTreePlot&lt;BR /&gt;Label: Subtree, Starting at Node=0&lt;BR /&gt;Template: HPStat.HPSplit.Graphics.ZoomedClassificationTreePlot&lt;BR /&gt;Path: HPSplit.TreePlots.ZoomedTreePlot&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: ConfusionMatrix&lt;BR /&gt;Label: Confusion Matrices&lt;BR /&gt;Template: HPStat.HPSplit.ConfusionMatrix&lt;BR /&gt;Path: HPSplit.ModelAssessment.ConfusionMatrix&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: TreePerformance&lt;BR /&gt;Label: Fit Statistics&lt;BR /&gt;Template: HPStat.HPSplit.TreePerformance&lt;BR /&gt;Path: HPSplit.ModelAssessment.TreePerformance&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: ROCPlot&lt;BR /&gt;Label: ROC Plot&lt;BR /&gt;Template: HPStat.HPSplit.Graphics.ROCPlot&lt;BR /&gt;Path: HPSplit.ModelAssessment.ROCPlot&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: NodeTable&lt;BR /&gt;Label: Node Information&lt;BR /&gt;Template: HPStat.HPSplit.ClassificationNodeTable&lt;BR /&gt;Path: HPSplit.ModelAssessment.NodeTable&lt;BR /&gt;-------------&lt;/P&gt;&lt;P&gt;Output Added:&lt;BR /&gt;-------------&lt;BR /&gt;Name: VarImportance&lt;BR /&gt;Label: Variable Importance&lt;BR /&gt;Template: HPStat.HPSplit.VarImportance&lt;BR /&gt;Path: HPSplit.ModelAssessment.VarImportance&lt;BR /&gt;-------------&lt;BR /&gt;NOTE: There were 744 observations read from the data set SAVE.TREEDATA.&lt;BR /&gt;NOTE: PROCEDURE HPSPLIT used (Total process time):&lt;BR /&gt;real time 1.30 seconds&lt;BR /&gt;cpu time 1.50 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are the software version info:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M5&lt;BR /&gt;Image version information: 9.04.01M5P090617&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 14.3&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;Custom version information: 9.4_M5&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt;Custom version information: 2.2_M6&lt;BR /&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;BR /&gt;real time 0.04 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 14:53:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-HPSplit-does-not-display-graphs-when-ods-graphics-on-in-SAS/m-p/474098#M21204</guid>
      <dc:creator>maplepine</dc:creator>
      <dc:date>2018-06-28T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HPSplit does not display graphs when ods graphics on in SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-HPSplit-does-not-display-graphs-when-ods-graphics-on-in-SAS/m-p/474099#M21205</link>
      <description>&lt;P&gt;Enable a destination such as HTML that displays plots or look for the png files that are generated in your working directory.&amp;nbsp; Enabling a destination such as HTML or RTF is preferable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 14:55:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-HPSplit-does-not-display-graphs-when-ods-graphics-on-in-SAS/m-p/474099#M21205</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-06-28T14:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HPSplit does not display graphs when ods graphics on in SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-HPSplit-does-not-display-graphs-when-ods-graphics-on-in-SAS/m-p/474104#M21206</link>
      <description>&lt;P&gt;Thanks Warren! I found the graphs! First time using graphics utility in SAS, I thought it will just show in the output window...Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:03:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-HPSplit-does-not-display-graphs-when-ods-graphics-on-in-SAS/m-p/474104#M21206</guid>
      <dc:creator>maplepine</dc:creator>
      <dc:date>2018-06-28T15:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HPSplit does not display graphs when ods graphics on in SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-HPSplit-does-not-display-graphs-when-ods-graphics-on-in-SAS/m-p/474114#M21208</link>
      <description>&lt;P&gt;You are welcome!&amp;nbsp; They do in fact "just show up" when you run SAS in certain ways, but not in other ways.&amp;nbsp; There are many ways to run SAS.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:16:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-HPSplit-does-not-display-graphs-when-ods-graphics-on-in-SAS/m-p/474114#M21208</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-06-28T15:16:12Z</dc:date>
    </item>
  </channel>
</rss>

