<?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 Deep Learning Feature Classification Using model.classify_features() in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/deep-learning-feature-classification-using-model/m-p/1016702#M5421</link>
    <description>&lt;P&gt;I am using the Deep Learning tools in Python of ArcGIS. I am using the&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.learn.html#featureclassifier" target="_self"&gt;.classify_features()&lt;/A&gt; tool. This tool will update the polygon Feature Layer I have on my ArcGIS Online account. It is supposed to make a prediction of either "Damage" or "No Damage" as well as calculate a confidence for each row in the table. This tool however, will only make a prediction and calculate a confidence for the first row only. I plan on using this method on other polygons feature layers in the future so I need to understand why it only calculate for the first row.&lt;/P&gt;&lt;P&gt;My Code Snippet:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;#Locations of chips (images and labels)
td = r'E:\Thesis_Data\DATA\Maps\Building_Damage_Assessment\Training_Data'

#Find published feature layer
item = gis.content.search(query="Building Footprints", item_type="Feature Layer Collection")[0]

# classify_features (Inferencing)
model.classify_features(item.layers[0], td, 'FID', 'prediction', 'confidence')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the resultant table as an image.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 00:06:35 GMT</pubDate>
    <dc:creator>TristanGoers2</dc:creator>
    <dc:date>2021-01-14T00:06:35Z</dc:date>
    <item>
      <title>Deep Learning Feature Classification Using model.classify_features()</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/deep-learning-feature-classification-using-model/m-p/1016702#M5421</link>
      <description>&lt;P&gt;I am using the Deep Learning tools in Python of ArcGIS. I am using the&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.learn.html#featureclassifier" target="_self"&gt;.classify_features()&lt;/A&gt; tool. This tool will update the polygon Feature Layer I have on my ArcGIS Online account. It is supposed to make a prediction of either "Damage" or "No Damage" as well as calculate a confidence for each row in the table. This tool however, will only make a prediction and calculate a confidence for the first row only. I plan on using this method on other polygons feature layers in the future so I need to understand why it only calculate for the first row.&lt;/P&gt;&lt;P&gt;My Code Snippet:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;#Locations of chips (images and labels)
td = r'E:\Thesis_Data\DATA\Maps\Building_Damage_Assessment\Training_Data'

#Find published feature layer
item = gis.content.search(query="Building Footprints", item_type="Feature Layer Collection")[0]

# classify_features (Inferencing)
model.classify_features(item.layers[0], td, 'FID', 'prediction', 'confidence')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the resultant table as an image.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 00:06:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/deep-learning-feature-classification-using-model/m-p/1016702#M5421</guid>
      <dc:creator>TristanGoers2</dc:creator>
      <dc:date>2021-01-14T00:06:35Z</dc:date>
    </item>
  </channel>
</rss>

