<?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 EBK Regression Prediction: Geostatistical Wizard vs arcpy.ga.EBKRegressionPrediction in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1604790#M94832</link>
    <description>&lt;P class=""&gt;I've been working with the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/ebk-regression-prediction.htm" target="_self"&gt;&lt;STRONG&gt;EBK Regression Prediction&lt;/STRONG&gt;&lt;/A&gt; tool inside the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geostatistical-analyst/get-started-with-geostatistical-analyst-in-arcgis-pro.htm" target="_self"&gt;&lt;STRONG&gt;Geostatistical Wizard&lt;/STRONG&gt;&lt;/A&gt;, and I find it very powerful. One feature I particularly appreciate is how quickly I can get &lt;STRONG&gt;cross-validation statistics&lt;/STRONG&gt; without having to export full output surfaces — this is great for testing covariates and neighborhood settings interactively.&lt;/P&gt;&lt;P class=""&gt;However, once the model looks promising, I need the actual &lt;STRONG&gt;physical layers&lt;/STRONG&gt;. So I use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/ga-layer-to-rasters.htm" target="_self"&gt;&lt;STRONG&gt;GA Layers to Rasters&lt;/STRONG&gt;&lt;/A&gt; to export the prediction raster — which, by the way, isn't particularly fast.&lt;/P&gt;&lt;P class=""&gt;Now that I’ve run several tests, I’d like to switch to &lt;STRONG&gt;Python&lt;/STRONG&gt; to iterate over multiple fields and covariate combinations. But when looking at the documentation for arcpy.ga.EBKRegressionPrediction_ga(), I can’t figure out how to generate &lt;STRONG&gt;additional outputs&lt;/STRONG&gt; like:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Standard error&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Probability surfaces&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Quantile surfaces&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;From the Wizard, I can generate these via &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/ga-layer-to-rasters.htm" target="_self"&gt;&lt;STRONG&gt;GA Layers to Rasters&lt;/STRONG&gt;&lt;/A&gt;, but in Python, I don’t see how to request them — nor do I see parameters like output_type or quantile_value.&lt;/P&gt;&lt;P class=""&gt;I’m also a bit confused about the out_ga_layer parameter. It doesn’t seem to control the output type. So what is its purpose exactly in this context? How do I specify what kind of output I want?&lt;/P&gt;&lt;P&gt;One strength of the tool is the ability to generate the Output diagnostic feature class. On the other hand, I can't see how to get the cross validation stats in Python, I assume I can still get it using out_diagnostic_feature_class, and then calculate metrics myself — but there's no built-in summary like in the Wizard.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;To sum up:&lt;/STRONG&gt; It seems that when using the Wizard + &amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/ga-layer-to-rasters.htm" target="_self"&gt;&lt;STRONG&gt;GA Layers to Rasters&lt;/STRONG&gt;&lt;/A&gt;, I can access all expected outputs (prediction, standard error, probability, quantiles). But if I want to run the same process from Python, I can only get the prediction raster — and I lose both the optional outputs and the summary cross-validation stats.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;My question is:&lt;/STRONG&gt; &lt;EM&gt;Is there any way to programmatically generate all outputs available through the Wizard using EBKRegressionPrediction_ga() in Python?&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Apr 2025 15:42:25 GMT</pubDate>
    <dc:creator>AlbertC</dc:creator>
    <dc:date>2025-04-10T15:42:25Z</dc:date>
    <item>
      <title>EBK Regression Prediction: Geostatistical Wizard vs arcpy.ga.EBKRegressionPrediction</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1604790#M94832</link>
      <description>&lt;P class=""&gt;I've been working with the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/ebk-regression-prediction.htm" target="_self"&gt;&lt;STRONG&gt;EBK Regression Prediction&lt;/STRONG&gt;&lt;/A&gt; tool inside the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geostatistical-analyst/get-started-with-geostatistical-analyst-in-arcgis-pro.htm" target="_self"&gt;&lt;STRONG&gt;Geostatistical Wizard&lt;/STRONG&gt;&lt;/A&gt;, and I find it very powerful. One feature I particularly appreciate is how quickly I can get &lt;STRONG&gt;cross-validation statistics&lt;/STRONG&gt; without having to export full output surfaces — this is great for testing covariates and neighborhood settings interactively.&lt;/P&gt;&lt;P class=""&gt;However, once the model looks promising, I need the actual &lt;STRONG&gt;physical layers&lt;/STRONG&gt;. So I use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/ga-layer-to-rasters.htm" target="_self"&gt;&lt;STRONG&gt;GA Layers to Rasters&lt;/STRONG&gt;&lt;/A&gt; to export the prediction raster — which, by the way, isn't particularly fast.&lt;/P&gt;&lt;P class=""&gt;Now that I’ve run several tests, I’d like to switch to &lt;STRONG&gt;Python&lt;/STRONG&gt; to iterate over multiple fields and covariate combinations. But when looking at the documentation for arcpy.ga.EBKRegressionPrediction_ga(), I can’t figure out how to generate &lt;STRONG&gt;additional outputs&lt;/STRONG&gt; like:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Standard error&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Probability surfaces&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Quantile surfaces&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;From the Wizard, I can generate these via &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/ga-layer-to-rasters.htm" target="_self"&gt;&lt;STRONG&gt;GA Layers to Rasters&lt;/STRONG&gt;&lt;/A&gt;, but in Python, I don’t see how to request them — nor do I see parameters like output_type or quantile_value.&lt;/P&gt;&lt;P class=""&gt;I’m also a bit confused about the out_ga_layer parameter. It doesn’t seem to control the output type. So what is its purpose exactly in this context? How do I specify what kind of output I want?&lt;/P&gt;&lt;P&gt;One strength of the tool is the ability to generate the Output diagnostic feature class. On the other hand, I can't see how to get the cross validation stats in Python, I assume I can still get it using out_diagnostic_feature_class, and then calculate metrics myself — but there's no built-in summary like in the Wizard.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;To sum up:&lt;/STRONG&gt; It seems that when using the Wizard + &amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/ga-layer-to-rasters.htm" target="_self"&gt;&lt;STRONG&gt;GA Layers to Rasters&lt;/STRONG&gt;&lt;/A&gt;, I can access all expected outputs (prediction, standard error, probability, quantiles). But if I want to run the same process from Python, I can only get the prediction raster — and I lose both the optional outputs and the summary cross-validation stats.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;My question is:&lt;/STRONG&gt; &lt;EM&gt;Is there any way to programmatically generate all outputs available through the Wizard using EBKRegressionPrediction_ga() in Python?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 15:42:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1604790#M94832</guid>
      <dc:creator>AlbertC</dc:creator>
      <dc:date>2025-04-10T15:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: EBK Regression Prediction: Geostatistical Wizard vs arcpy.ga.EBKRegressionPrediction</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1604892#M94843</link>
      <description>&lt;P&gt;In the python section of the tool help, there is the optional parameter section which you may be looking for&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/ga-layer-to-rasters.htm" target="_blank"&gt;GA Layer To Rasters (Geostatistical Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;additional_rasters&lt;BR /&gt;[[out_raster, output_type, quantile_probability_value],...]&lt;BR /&gt;(Optional)&lt;BR /&gt;Provide the name, output type, and quantile or probability value for each additional output raster. See the descriptions of parameters above for more information. These additional rasters will be saved in the same location as the Output raster.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 18:20:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1604892#M94843</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-04-10T18:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: EBK Regression Prediction: Geostatistical Wizard vs arcpy.ga.EBKRegressionPrediction</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1604989#M94860</link>
      <description>&lt;P&gt;Thank you for your answer Dan,&lt;BR /&gt;Yes, I know this tool allows me to export the additional outputs. But the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/ga-layer-to-rasters.htm" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;STRONG&gt;GA Layers to Rasters&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;tool can only run, AFAIK, if you run first the EBK Regression from the Geostatistical Wizard. And this is precisely what I want to avoid. I want to run&amp;nbsp;EBK Regression &lt;STRONG&gt;outside&lt;/STRONG&gt; the Geostatistical Wizard.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 21:43:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1604989#M94860</guid>
      <dc:creator>AlbertC</dc:creator>
      <dc:date>2025-04-10T21:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: EBK Regression Prediction: Geostatistical Wizard vs arcpy.ga.EBKRegressionPrediction</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1605020#M94869</link>
      <description>&lt;P&gt;no wizard here, have you expanded the toolset in arctoolbox just like the ga layers to rasters.&amp;nbsp; All the wizardry is contained in the toolbox, permitting coding the whole workflow&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gawizard.png" style="width: 283px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130034i39140231FDFE76F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gawizard.png" alt="gawizard.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 23:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1605020#M94869</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-04-10T23:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: EBK Regression Prediction: Geostatistical Wizard vs arcpy.ga.EBKRegressionPrediction</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1605058#M94876</link>
      <description>&lt;P&gt;Yes, I know&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/ga-layer-to-rasters.htm" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;STRONG&gt;GA Layers to Rasters&lt;/STRONG&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can be executed from here but you must create &lt;STRONG&gt;first&lt;/STRONG&gt; the GA Layers!! This is the missing step.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 06:22:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1605058#M94876</guid>
      <dc:creator>AlbertC</dc:creator>
      <dc:date>2025-04-11T06:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: EBK Regression Prediction: Geostatistical Wizard vs arcpy.ga.EBKRegressionPrediction</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1605091#M94880</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geostatistical-analyst/create-geostatistical-layer.htm" target="_blank"&gt;Create Geostatistical Layer (Geostatistical Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;this doesn't work?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 10:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/ebk-regression-prediction-geostatistical-wizard-vs/m-p/1605091#M94880</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-04-11T10:05:23Z</dc:date>
    </item>
  </channel>
</rss>

