<?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: May Developer Challenge - SAP AI Services - Week 3 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13702778#M2028041</link>
    <description>&lt;P&gt;My submission for week 3.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MioYasutake_0-1715804377888.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111228i275FAEB8FFFFF2C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="MioYasutake_0-1715804377888.png" alt="MioYasutake_0-1715804377888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I encountered the same error as&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/826"&gt;@moh_ali_square&lt;/a&gt;&amp;nbsp;posted. As the &lt;A href="https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/create-artifacts" target="_self"&gt;document&lt;/A&gt;&amp;nbsp;says "&lt;SPAN class=""&gt;scenarioId&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;refer to pre-existing values", I tried to find where the scenarioId is defined.&amp;nbsp;&lt;/SPAN&gt;I found it&lt;SPAN&gt;&amp;nbsp;by calling the following endpoint. I hope this is the right approach.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MioYasutake_1-1715804574225.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111229i30167E64771EBBDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="MioYasutake_1-1715804574225.png" alt="MioYasutake_1-1715804574225.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 20:27:58 GMT</pubDate>
    <dc:creator>MioYasutake</dc:creator>
    <dc:date>2024-05-15T20:27:58Z</dc:date>
    <item>
      <title>May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13701838#M2028028</link>
      <description>&lt;P&gt;&lt;A href="https://community.sap.com/t5/application-development-discussions/may-developer-challenge-ai-services-week-4/td-p/13709055" target="_self"&gt;&lt;SPAN&gt;CHECK OUT WEEK 4 OF THIS CHALLENGE&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Welcome to week 3 of the AI Developer Challenge! I am so excited about every single submission! Now I don’t know about you but in my family, we love avocado! Especially my youngest could eat it all the time. Let’s use the Data Attribute Recommendation service to build an avocado price prediction engine! With Data Attribute Recommendation you can train regression as well as classification models and you can use the SAP AI Launchpad, Postman, Swagger or the &lt;A href="https://pypi.org/project/ai-api-client-sdk/" target="_blank" rel="noopener"&gt;AI API Python SDK&lt;/A&gt; to implement your use case! With Data Attribute Recommendation you need to specify a &lt;A href="https://help.sap.com/docs/data-attribute-recommendation/data-attribute-recommendation/model-templates" target="_blank" rel="noopener"&gt;model template&lt;/A&gt; or a &lt;A href="https://help.sap.com/docs/data-attribute-recommendation/data-attribute-recommendation/business-blueprints" target="_blank" rel="noopener"&gt;business blueprint&lt;/A&gt; to specify what kind of algorithm should be used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For this challenge we will use the &lt;EM&gt;regression &lt;/EM&gt;model template to implement an avocado price predictor! If you do not like avocado, feel free to come up with another use case and search for a fitting dataset (e.g. &lt;A href="https://www.kaggle.com/datasets" target="_blank" rel="noopener"&gt;here&lt;/A&gt;). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This week we start by uploading and preparing our dataset schema and our dataset! For that we will be using the AI API which is a standardized way to interact with different AI runtimes and services such as SAP AI Core or Data Attribute Recommendation.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Go to your BTP trial account and create a DAR instance (you can use the booster): &lt;A href="https://developers.sap.com/tutorials/cp-aibus-dar-service-instance.html" target="_blank" rel="noopener"&gt;https://developers.sap.com/tutorials/cp-aibus-dar-service-instance.html&lt;/A&gt; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Download &lt;A href="https://github.com/noravth/may-developer-challenge-sap-ai-services/blob/main/avocado_data.csv" target="_blank" rel="noopener"&gt;this dataset&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Download the &lt;A href="https://help.sap.com/doc/f2b654fd872f41d4b0ab0ac6dbb30e7b/SHIP/en-US/AI_API.zip" target="_blank" rel="noopener"&gt;postman collection&lt;/A&gt; for the Data Attribute Recommendation service and import the folder to Postman&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Go to the environment tab on the left and add the information from your DAR service key from step 1.&lt;/SPAN&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;authUrl = url from the uaa section in your .json file&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;url = url&lt;/SPAN&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="noravonthenen_7-1715759911268.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/110731i1F918E6E375E867E/image-size/large?v=v2&amp;amp;px=999" role="button" title="noravonthenen_7-1715759911268.png" alt="noravonthenen_7-1715759911268.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Make sure to select the correct environment and go back to the Collections tab to create a token with the &lt;EM&gt;Get XSUAA OAuth Token GET&lt;/EM&gt; request in the Authorization folder. If everything is set up correctly it will take the url, username and password from your environmental variables you configured in step 4. It will also assign the token to the correct variable in the environment for further use. Make sure to repeat this step once the token timed out.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Create a &lt;A href="https://github.com/noravth/may-developer-challenge-sap-ai-services/blob/main/dataset_schema.json" target="_blank" rel="noopener"&gt;dataset_schema.json&lt;/A&gt; file&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Go back to the Environments tab and assign a folder name (e.g. avocado_price_predictor) and a datasetSchemaFileRegression name (e.g. dataset_schema.json) as well as a datasetFileRegression name (e.g. avocado_data.csv) and also assign the scenarioIdRegression = '35cd9fbc-7290-4042-b6df-178d74c67363' or find the correct Scenario ID &lt;A href="https://help.sap.com/docs/data-attribute-recommendation/data-attribute-recommendation/scenarios?q=scenario" target="_self"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Upload a dataset schema with the &lt;EM&gt;PUT Upload Dataset Schema Regression&lt;/EM&gt; request and make sure to upload your &lt;A href="https://github.com/noravth/may-developer-challenge-sap-ai-services/blob/main/dataset_schema.json" target="_blank" rel="noopener"&gt;dataset_schema.json&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Upload &lt;A href="https://github.com/noravth/may-developer-challenge-sap-ai-services/blob/main/avocado_data.csv" target="_blank" rel="noopener"&gt;this dataset&lt;/A&gt; with the &lt;EM&gt;PUT Upload Dataset Regression&lt;/EM&gt; request&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Create a dataset schema artifact with the &lt;EM&gt;POST Create Dataset Schema Artifact&lt;/EM&gt; &lt;EM&gt;Regression&lt;/EM&gt; request (the required values were assigned automatically to your environment)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Create a dataset artifact with the &lt;EM&gt;POST Create Dataset Artifact Regression&lt;/EM&gt; request (the required values were assigned automatically to your environment)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/terminology" target="_blank" rel="noopener"&gt;Learn more about AI API and the underlying concepts such as artifacts&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Submission is again a screenshot of the last POST request and the correct returned result:&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="noravonthenen_6-1715759819554.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/110730i96541BEBA5881D4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="noravonthenen_6-1715759819554.png" alt="noravonthenen_6-1715759819554.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Stay tuned for next week to train your model!&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;A href="https://community.sap.com/t5/application-development-discussions/may-developer-challenge-sap-ai-services/m-p/13688151/emcs_t/S2h8ZW1haWx8a3Vkb3N8TFZYQ0Q4SkZaRlFRWld8MTM2ODgxNTF8S1VET1N8aEs#M2027861" target="_self"&gt;&lt;SPAN&gt;Week 1 challenge&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/t5/application-development-discussions/may-developer-challenge-sap-ai-services-week-2/td-p/13694818" target="_self"&gt;&lt;SPAN&gt;Week 2 challenge&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 09:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13701838#M2028028</guid>
      <dc:creator>noravonthenen</dc:creator>
      <dc:date>2024-05-22T09:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13702616#M2028036</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="geek_0-1715790561667.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111139iF77EB5871991124D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="geek_0-1715790561667.png" alt="geek_0-1715790561667.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Update: For anybody else who's not a regular Postman user, installing the Desktop Agent fixes this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 09:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13702616#M2028036</guid>
      <dc:creator>geek61</dc:creator>
      <dc:date>2024-05-16T09:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13702750#M2028039</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update: I got it right. Thanks to Mio for help .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DAR week 3 submission" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111372i9B1F4341F546DE40/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAP_GEN_AI_DAR_API_Dataset artifact-completed..png" alt="DAR week 3 submission" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;DAR week 3 submission&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I updated the enviorment with value of scenarioIdRegression&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Collection environment variables" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111376iDE68C98530E004F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAP_GEN_AI_DAR_API_Enviornment.png" alt="Collection environment variables" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Collection environment variables&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I had an issue with the last two steps, I uploaded the dataset schema and the dataset. but there is API error related to scenarioID!&lt;/P&gt;&lt;P&gt;Did I miss anything?&lt;/P&gt;&lt;P&gt;below screenshot for my submission, and another screenshot shows that dataset was uploaded, when I tried to upload it again, I got a message that it is already there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Post request for Dataset." style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111214i31D089CC0220B5EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAP_GEN_AI_DAR_API_Dataset artifact.png" alt="Post request for Dataset." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Post request for Dataset.&lt;/span&gt;&lt;/span&gt;&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="PUT request for dataset" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111215iA9D94A762ED95091/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAP_GEN_AI_DAR_API_PUT_dataset.png" alt="PUT request for dataset" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PUT request for dataset&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 05:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13702750#M2028039</guid>
      <dc:creator>moh_ali_square</dc:creator>
      <dc:date>2024-05-16T05:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13702778#M2028041</link>
      <description>&lt;P&gt;My submission for week 3.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MioYasutake_0-1715804377888.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111228i275FAEB8FFFFF2C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="MioYasutake_0-1715804377888.png" alt="MioYasutake_0-1715804377888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I encountered the same error as&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/826"&gt;@moh_ali_square&lt;/a&gt;&amp;nbsp;posted. As the &lt;A href="https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/create-artifacts" target="_self"&gt;document&lt;/A&gt;&amp;nbsp;says "&lt;SPAN class=""&gt;scenarioId&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;refer to pre-existing values", I tried to find where the scenarioId is defined.&amp;nbsp;&lt;/SPAN&gt;I found it&lt;SPAN&gt;&amp;nbsp;by calling the following endpoint. I hope this is the right approach.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MioYasutake_1-1715804574225.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111229i30167E64771EBBDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="MioYasutake_1-1715804574225.png" alt="MioYasutake_1-1715804574225.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 20:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13702778#M2028041</guid>
      <dc:creator>MioYasutake</dc:creator>
      <dc:date>2024-05-15T20:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13703798#M2028054</link>
      <description>&lt;P&gt;For anyone trying to follow this:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;&lt;SPAN&gt;10. Create a dataset schema artifact with the&amp;nbsp;&lt;EM&gt;POST Create Dataset Schema Artifact&lt;/EM&gt;&amp;nbsp;&lt;EM&gt;Regression&lt;/EM&gt;&amp;nbsp;request (the required values were assigned automatically to your environment)&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The scenarioid is not automatically assigned.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 15:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13703798#M2028054</guid>
      <dc:creator>geek61</dc:creator>
      <dc:date>2024-05-16T15:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13703802#M2028055</link>
      <description>&lt;P&gt;After much wailing and gnashing of teeth:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="geek_0-1715871963374.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111665i9DBA9C38C84E4960/image-size/medium?v=v2&amp;amp;px=400" role="button" title="geek_0-1715871963374.png" alt="geek_0-1715871963374.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 15:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13703802#M2028055</guid>
      <dc:creator>geek61</dc:creator>
      <dc:date>2024-05-16T15:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13703890#M2028057</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NagarajanK_0-1715878716059.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111693i773A5175E5EB7F56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NagarajanK_0-1715878716059.png" alt="NagarajanK_0-1715878716059.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/789"&gt;@MioYasutake&lt;/a&gt;&amp;nbsp;for the tip in your response which helped in moving forward.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 16:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13703890#M2028057</guid>
      <dc:creator>Nagarajan-K</dc:creator>
      <dc:date>2024-05-16T16:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13704282#M2028062</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/789"&gt;@MioYasutake&lt;/a&gt;&amp;nbsp;thanks a lot for catching that! I updated it in the post &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 05:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13704282#M2028062</guid>
      <dc:creator>noravonthenen</dc:creator>
      <dc:date>2024-05-17T05:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13705115#M2028083</link>
      <description>&lt;P&gt;&lt;SPAN&gt;My submission for this this task.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alpesa1990_0-1715959713145.png" style="width: 747px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/112231iFDB1209E14510FAF/image-dimensions/747x377?v=v2" width="747" height="377" role="button" title="Alpesa1990_0-1715959713145.png" alt="Alpesa1990_0-1715959713145.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 15:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13705115#M2028083</guid>
      <dc:creator>Alpesa1990</dc:creator>
      <dc:date>2024-05-17T15:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13705899#M2028094</link>
      <description>&lt;P&gt;Submission for week 3&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emiliocampo_0-1716059889352.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/112634iAA12390DBDAFE4D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emiliocampo_0-1716059889352.png" alt="emiliocampo_0-1716059889352.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2024 19:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13705899#M2028094</guid>
      <dc:creator>emiliocampo</dc:creator>
      <dc:date>2024-05-18T19:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13707039#M2028105</link>
      <description>&lt;P&gt;Here's my submission:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-05-20 22_51_04-Window.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/113034i3A3606B3682FB6CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2024-05-20 22_51_04-Window.png" alt="2024-05-20 22_51_04-Window.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 20:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13707039#M2028105</guid>
      <dc:creator>M-K</dc:creator>
      <dc:date>2024-05-20T20:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13707347#M2028112</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xavisanse_0-1716276264385.png" style="width: 659px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/113125iA73CCFD93955B0FE/image-dimensions/659x341?v=v2" width="659" height="341" role="button" title="xavisanse_0-1716276264385.png" alt="xavisanse_0-1716276264385.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 07:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13707347#M2028112</guid>
      <dc:creator>xavisanse</dc:creator>
      <dc:date>2024-05-21T07:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13708069#M2028126</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CameronWilson_0-1716303686152.png" style="width: 674px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/113496i77F7ACBAA7F17514/image-dimensions/674x363?v=v2" width="674" height="363" role="button" title="CameronWilson_0-1716303686152.png" alt="CameronWilson_0-1716303686152.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 15:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13708069#M2028126</guid>
      <dc:creator>CameronWilson</dc:creator>
      <dc:date>2024-05-21T15:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13708071#M2028127</link>
      <description>&lt;P&gt;Week 3 done and dusted!&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="week3.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/113489iD3897E324066FA4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="week3.png" alt="week3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 14:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13708071#M2028127</guid>
      <dc:creator>Jordi_C</dc:creator>
      <dc:date>2024-05-21T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13708966#M2028137</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7343"&gt;@noravonthenen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Hope you are doing well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the screen shot for Week 3 exercise.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hira_0-1716365935791.png" style="width: 791px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/113936i924F1E1549F1854A/image-dimensions/791x400?v=v2" width="791" height="400" role="button" title="Hira_0-1716365935791.png" alt="Hira_0-1716365935791.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 08:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13708966#M2028137</guid>
      <dc:creator>Hira</dc:creator>
      <dc:date>2024-05-22T08:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13709561#M2028148</link>
      <description>&lt;P&gt;Here's my submission for this week.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Postman AI API.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/114176i2310BF0BCD4504C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Postman AI API.png" alt="Postman AI API.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 16:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13709561#M2028148</guid>
      <dc:creator>martaseq</dc:creator>
      <dc:date>2024-05-22T16:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13710741#M2028166</link>
      <description>&lt;P&gt;My Submission - not sure what i did, but looking forward to week 4 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mikkelj_0-1716462351542.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/114823i4833A691D2089963/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mikkelj_0-1716462351542.png" alt="Mikkelj_0-1716462351542.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 11:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13710741#M2028166</guid>
      <dc:creator>Mikkelj</dc:creator>
      <dc:date>2024-05-23T11:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13711601#M2028187</link>
      <description>&lt;P&gt;Hi Nora,&lt;/P&gt;&lt;P&gt;thank you for your interesting articles. They are really helpful.&lt;/P&gt;&lt;P&gt;Anyway, to be honest, I don't understand this dataset:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date,AveragePrice,TotalVolume,PLU4046,PLU4225,PLU4770,TotalBags,SmallBags,LargeBags,XLargeBags,type,year,region&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Why is the date needed? The function cannot depend linearly on date.&lt;/LI&gt;&lt;LI&gt;What unit is this average price? What is PLU*?&lt;/LI&gt;&lt;LI&gt;How is the algorithm handling the categorical variables?&lt;/LI&gt;&lt;LI&gt;Why is the year needed? That is actually the same question as for the date. Are these fields ignored by the model?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Of course the pure technical aspects of applying a ML model can be challenging. But in my opinion the decision which is a suitable model and how to handle the data is much more challenging. Therefore it would be interesting to learn a little bit more about these aspects.&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 08:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13711601#M2028187</guid>
      <dc:creator>thomas_mller13</dc:creator>
      <dc:date>2024-05-24T08:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13711820#M2028189</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/650096"&gt;@thomas_mller13&lt;/a&gt;&amp;nbsp;&amp;nbsp;All very good questions!&lt;/P&gt;&lt;P&gt;1. &lt;A href="https://www.kaggle.com/datasets/neuromusic/avocado-prices" target="_self"&gt;Here you can get some more info on the dataset&lt;/A&gt;, I would assume US dollars&lt;/P&gt;&lt;P&gt;2. Quick google search on PLU: "&lt;SPAN&gt;A PLU code, or&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;price look up code&lt;/STRONG&gt;&lt;SPAN&gt;, is a 4 or 5 digit code that is unique to a particular produce item; based upon the commodity, the variety and the size group; and will typically appear on a small sticker that is applied to the individual piece of fresh produce.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;3. In week 4 you will see that we actually will get feature importance scores from the model and we will see that we do not need all the features from the dataset.&lt;/P&gt;&lt;P&gt;4. Good catch! That is one of the benefits of using the DAR service, you do not need to encode categorical text values yourself. DAR does that automatically for you.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 10:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13711820#M2028189</guid>
      <dc:creator>noravonthenen</dc:creator>
      <dc:date>2024-05-24T10:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13712109#M2028198</link>
      <description>&lt;P&gt;I am glad I could try out and practice the Postman extension in VS Code. Too bad the same extension is not available on &lt;A href="https://open-vsx.org/" target="_blank"&gt;https://open-vsx.org/&lt;/A&gt;&amp;nbsp;to try it in the SAP BAS.&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="VitaliyR_1-1716564448116.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/115309i7361961679B7C5F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VitaliyR_1-1716564448116.png" alt="VitaliyR_1-1716564448116.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 15:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-3/m-p/13712109#M2028198</guid>
      <dc:creator>Vitaliy-R</dc:creator>
      <dc:date>2024-05-24T15:28:24Z</dc:date>
    </item>
  </channel>
</rss>

