<?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:Distribute XGBoost on multiple nodes in Intel® Optimized AI Frameworks</title>
    <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1414604#M396</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Sep 2022 05:47:34 GMT</pubDate>
    <dc:creator>AthiraM_Intel</dc:creator>
    <dc:date>2022-09-14T05:47:34Z</dc:date>
    <item>
      <title>Distribute XGBoost on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1406939#M386</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Does Intel's distribution of XGBoost &lt;/SPAN&gt;&lt;SPAN&gt;(in the oneAPI AI Analytics Toolkit) &lt;/SPAN&gt;&lt;SPAN&gt;support multi-node training? If so, can this experiment be executed on Devcloud? &lt;/SPAN&gt;&lt;SPAN&gt;Is there any reference documentation available?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Manjari&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 00:40:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1406939#M386</guid>
      <dc:creator>Misra</dc:creator>
      <dc:date>2022-08-09T00:40:17Z</dc:date>
    </item>
    <item>
      <title>Re:Distribute XGBoost on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1407512#M387</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel forum.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We will check on this and get back to you soon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For your information, currently we don't have any reference documentation for Intel XGBoost multi node training, we will let you know once we get an update regarding this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2022 05:12:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1407512#M387</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2022-08-11T05:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute XGBoost on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1408475#M389</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For multi-node training with Intel XGBoost in DevCloud follow the steps mentioned in the below article.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://medium.com/intel-analytics-software/distributed-xgboost-with-modin-on-ray-fc17edef7720" target="_blank" rel="noopener"&gt;https://medium.com/intel-analytics-software/distributed-xgboost-with-modin-on-ray-fc17edef7720&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In DevCloud, multi-node computation is only available through the job queue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Syntax for multi-node:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;qsub -l nodes=&amp;lt;count&amp;gt;:ppn=2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can combine a request for multiple nodes with a request for their specific features.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this and let us know the updates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Janani Chandran&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 09:38:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1408475#M389</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2022-08-16T09:38:50Z</dc:date>
    </item>
    <item>
      <title>Re:Distribute XGBoost on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1410073#M390</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Is your issue resolved? Do you have any update?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2022 07:13:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1410073#M390</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2022-08-23T07:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute XGBoost on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1410922#M391</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 07:37:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1410922#M391</guid>
      <dc:creator>mmisra18</dc:creator>
      <dc:date>2022-08-26T07:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Distribute XGBoost on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1410924#M392</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply. I did try this method before. However, when I looked into OneAPI and DevCloud documentation, it mentioned that in order to distribute XGBoost training between multiple nodes I would have to use MPI communication for nodes to process in parallel.&lt;/P&gt;
&lt;P&gt;I am unable to find documentation or any code sample that would explain it since I have no experience in MPI application programming.&lt;/P&gt;
&lt;P&gt;Could you please let me know more about it? If this is the correct way or the way you mentioned is same as the above.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Manjari Misra&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 07:38:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1410924#M392</guid>
      <dc:creator>Misra</dc:creator>
      <dc:date>2022-08-26T07:38:36Z</dc:date>
    </item>
    <item>
      <title>Re:Distribute XGBoost on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1411589#M393</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please find the below documentation for running basic mpi application in DevCloud.&lt;/P&gt;&lt;P&gt;You can find the sample code under "Distributed-Memory Architecture" topic.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;link: &lt;A href="https://devcloud.intel.com/oneapi/documentation/advanced-queue/" target="_blank"&gt;https://devcloud.intel.com/oneapi/documentation/advanced-queue/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2022 06:13:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1411589#M393</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2022-08-30T06:13:54Z</dc:date>
    </item>
    <item>
      <title>Re:Distribute XGBoost on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1413255#M394</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please give us an update? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2022 11:39:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1413255#M394</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2022-09-07T11:39:01Z</dc:date>
    </item>
    <item>
      <title>Re:Distribute XGBoost on multiple nodes</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1414604#M396</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Sep 2022 05:47:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Distribute-XGBoost-on-multiple-nodes/m-p/1414604#M396</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2022-09-14T05:47:34Z</dc:date>
    </item>
  </channel>
</rss>

