<?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: ArcGIS Pro 3.0.2: The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error, in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1383247#M78922</link>
    <description>&lt;P&gt;Unfortunately. It appears not to work as per the screenshot below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure how this issue could be solved!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_804.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94990i5E4353B6D4BE35F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_804.jpg" alt="Clip_804.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_805.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94991iFEC909EACC0AF6FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_805.jpg" alt="Clip_805.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_806.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94992i5CE7ED56CBC08C6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_806.jpg" alt="Clip_806.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2024 06:03:25 GMT</pubDate>
    <dc:creator>JamalNUMAN</dc:creator>
    <dc:date>2024-02-16T06:03:25Z</dc:date>
    <item>
      <title>ArcGIS Pro 3.0.2: The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1380869#M78746</link>
      <description>&lt;P&gt;ArcGIS Pro 3.0.2: The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I couldn’t figure out why the The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error and thus the dlpk output is not created&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could be the issue here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\GeoAI Tools.tbx\TrainUsingAutoML.tool\tool.script.execute.py", line 84, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; shapeType = desc.shapeType&lt;/P&gt;&lt;P&gt;AttributeError: DescribeData: Method shapeType does not exist&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_786.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94434i4EE68632807E5E7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_786.jpg" alt="Clip_786.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 21:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1380869#M78746</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2024-02-11T21:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1380871#M78747</link>
      <description>&lt;P&gt;It may be a version issue because there is a try:except block around that code in&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# -- line 89 beginning below
desc = arcpy.Describe(in_features)
data_type = desc.dataType
try:
    shapeType = desc.shapeType
except:
    shapeType = None
try:
    data_source = desc.catalogPath
except:
    data_source = in_features&lt;/LI-CODE&gt;&lt;P&gt;So examine the code in that area in your install&lt;/P&gt;&lt;P&gt;C:\...your install folder ....\Resources\ArcToolBox\toolboxes\GeoAI Tools.tbx\TrainUsingAutoML.tool\tool.script.execute.py&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 21:39:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1380871#M78747</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-11T21:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1383247#M78922</link>
      <description>&lt;P&gt;Unfortunately. It appears not to work as per the screenshot below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure how this issue could be solved!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_804.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94990i5E4353B6D4BE35F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_804.jpg" alt="Clip_804.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_805.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94991iFEC909EACC0AF6FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_805.jpg" alt="Clip_805.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_806.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94992i5CE7ED56CBC08C6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_806.jpg" alt="Clip_806.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 06:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1383247#M78922</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2024-02-16T06:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1383282#M78933</link>
      <description>&lt;P&gt;either it doesn't like the inputs to the tool, or upgrades to the tool have been made&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 10:38:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1383282#M78933</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-16T10:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1385870#M79199</link>
      <description>&lt;P&gt;I wish esri experts can help on this&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_824.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/95602iEA523AABADA171CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_824.jpg" alt="Clip_824.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_820.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/95603i96589E80A32F6803/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_820.jpg" alt="Clip_820.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 05:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1385870#M79199</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2024-02-23T05:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1385923#M79200</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/3.0/tool-reference/tool-errors-and-warnings/260001-270000/tool-errors-and-warnings-260001-260025-260005.htm" target="_blank"&gt;260005: Dependencies required to run the tool could not be found.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Did you install the deep learning packages for Pro 3.0.x?&lt;/P&gt;&lt;P&gt;and are you using a cloned environment or are you trying to use the arcgispro-py3 environment?&lt;/P&gt;&lt;P&gt;Those packages aren't installed by default, and if you need to use them, the need to be installed in a cloned environment and Pro activated to use the clone.&amp;nbsp; Also, newer versions of the packages won't work with older versions of Pro&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 09:32:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1385923#M79200</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-23T09:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1386432#M79257</link>
      <description>&lt;P&gt;Thanks for the feedback&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The ArcGIS Pro 3.1 is installed in a VM machine&lt;/LI&gt;&lt;LI&gt;The Deep learning library as per the second screenshot&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if anyone has already tried this tool and managed to get it worked&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_820.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/95749i958C05A8367B9BAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_820.jpg" alt="Clip_820.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_837.jpg" style="width: 541px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/95748iD073F1A7A3CB65D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_837.jpg" alt="Clip_837.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2024 09:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1386432#M79257</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2024-02-24T09:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1386466#M79267</link>
      <description>&lt;P&gt;assuming it is the right version for your version of Pro&lt;/P&gt;&lt;P&gt;Tech Support otherwise&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2024 18:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1386466#M79267</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-24T18:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: The “train using autoML” tool with XGBoost algorithm ends up with “shapeType” error,</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1394109#M80163</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/82798"&gt;@PriyankaTuteja&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 14:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-the-train-using-automl-tool-with/m-p/1394109#M80163</guid>
      <dc:creator>NicholasGiner1</dc:creator>
      <dc:date>2024-03-11T14:57:39Z</dc:date>
    </item>
  </channel>
</rss>

