<?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 How do I benefit from parallelisation  when doing machine learning? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-do-i-benefit-from-parallelisation-when-doing-machine/m-p/23353#M16101</link>
    <description>&lt;P&gt;There are in principle four distinct ways of using parallelisation when doing machine learning. Any combination of these can speed up the whole pipeline significantly.&lt;/P&gt;&lt;P&gt;1)  Using spark distributed processing in feature engineering &lt;/P&gt;&lt;P&gt;2)  When the data set that you want to train your model is large and can not be fit into a single machine, you need to use libraries which can natively distribute the training. Spark ML, or Horovod are examples of such libraries&lt;/P&gt;&lt;P&gt;3) You can train many versions of a same model on different datasets all at once using Pandas UDF. Like training a model for many different stores, marketing campagne, sensors  and so on&lt;/P&gt;&lt;P&gt;4)  You train different models on a same data set by using parallelisation on the hyperparameter search. &lt;/P&gt;</description>
    <pubDate>Thu, 17 Jun 2021 08:34:22 GMT</pubDate>
    <dc:creator>User16857281869</dc:creator>
    <dc:date>2021-06-17T08:34:22Z</dc:date>
    <item>
      <title>How do I benefit from parallelisation  when doing machine learning?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-benefit-from-parallelisation-when-doing-machine/m-p/23353#M16101</link>
      <description>&lt;P&gt;There are in principle four distinct ways of using parallelisation when doing machine learning. Any combination of these can speed up the whole pipeline significantly.&lt;/P&gt;&lt;P&gt;1)  Using spark distributed processing in feature engineering &lt;/P&gt;&lt;P&gt;2)  When the data set that you want to train your model is large and can not be fit into a single machine, you need to use libraries which can natively distribute the training. Spark ML, or Horovod are examples of such libraries&lt;/P&gt;&lt;P&gt;3) You can train many versions of a same model on different datasets all at once using Pandas UDF. Like training a model for many different stores, marketing campagne, sensors  and so on&lt;/P&gt;&lt;P&gt;4)  You train different models on a same data set by using parallelisation on the hyperparameter search. &lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 08:34:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-benefit-from-parallelisation-when-doing-machine/m-p/23353#M16101</guid>
      <dc:creator>User16857281869</dc:creator>
      <dc:date>2021-06-17T08:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I benefit from parallelisation  when doing machine learning?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-benefit-from-parallelisation-when-doing-machine/m-p/23354#M16102</link>
      <description>&lt;P&gt;Good summary! yes those are the main strategies I can think of.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 18:25:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-benefit-from-parallelisation-when-doing-machine/m-p/23354#M16102</guid>
      <dc:creator>sean_owen</dc:creator>
      <dc:date>2021-06-17T18:25:11Z</dc:date>
    </item>
  </channel>
</rss>

