<?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: autoML' is not found when using databricks.automl with runtime 112.ML (and runtime 10.4 LTS ML). in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32167#M23436</link>
    <description>&lt;P&gt;Hi @Joseph Kambourakis​&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run that code I get the message on the figure below. It seems that my "databricks" library doesn't include automl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1519iD570FCB26938449F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I am using runtime 11.2 ML though it states that autoML is not available for my cluster. I have tried earlier versions too.)&lt;/P&gt;</description>
    <pubDate>Mon, 12 Sep 2022 06:15:08 GMT</pubDate>
    <dc:creator>Christine</dc:creator>
    <dc:date>2022-09-12T06:15:08Z</dc:date>
    <item>
      <title>autoML' is not found when using databricks.automl with runtime 112.ML (and runtime 10.4 LTS ML).</title>
      <link>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32165#M23434</link>
      <description>&lt;P&gt;I have tried to set up a autoML experiment with runtime 11.2ML and data from a delta table. However I receive the error "ModuleNotFoundError: No module named 'databricks.automl'" and "&lt;B&gt;AutoML not available&lt;/B&gt;: Use Databricks Runtime 8.3 ML or above." though I am using a runtime newer than 8.3. Does anyone know how to get the module so I can proceed with autoML?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1516iB84D678C849D5BBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 11:20:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32165#M23434</guid>
      <dc:creator>Christine</dc:creator>
      <dc:date>2022-09-09T11:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: autoML' is not found when using databricks.automl with runtime 112.ML (and runtime 10.4 LTS ML).</title>
      <link>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32166#M23435</link>
      <description>&lt;P&gt;It should be &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;from databricks import automl&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The table doesn't need to be delta, but does need to be a table in the metastore. &lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 21:44:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32166#M23435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-09T21:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: autoML' is not found when using databricks.automl with runtime 112.ML (and runtime 10.4 LTS ML).</title>
      <link>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32167#M23436</link>
      <description>&lt;P&gt;Hi @Joseph Kambourakis​&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run that code I get the message on the figure below. It seems that my "databricks" library doesn't include automl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1519iD570FCB26938449F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I am using runtime 11.2 ML though it states that autoML is not available for my cluster. I have tried earlier versions too.)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 06:15:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32167#M23436</guid>
      <dc:creator>Christine</dc:creator>
      <dc:date>2022-09-12T06:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: autoML' is not found when using databricks.automl with runtime 112.ML (and runtime 10.4 LTS ML).</title>
      <link>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32168#M23437</link>
      <description>&lt;P&gt;You do not need to install this library. It is automatically installed within the newest (10.0 or above) &lt;B&gt;Databricks ML runtimes.&lt;/B&gt; Use &lt;A href="https://docs.databricks.com/release-notes/runtime/10.4ml.html" alt="https://docs.databricks.com/release-notes/runtime/10.4ml.html" target="_blank"&gt;10.4 ML LTS&lt;/A&gt; for the more stable runtime and use the newest runtimes for the latest features.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 16:29:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32168#M23437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-12T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: autoML' is not found when using databricks.automl with runtime 112.ML (and runtime 10.4 LTS ML).</title>
      <link>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32169#M23438</link>
      <description>&lt;P&gt;hi @Salma Mayorquin​&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the original post I was using runtime 11.2ML and I have now tried with runtime 10.4ML, but I still get the same error. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1521i3025133E1DA09108/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 06:18:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32169#M23438</guid>
      <dc:creator>Christine</dc:creator>
      <dc:date>2022-09-13T06:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: autoML' is not found when using databricks.automl with runtime 112.ML (and runtime 10.4 LTS ML).</title>
      <link>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32170#M23439</link>
      <description>&lt;P&gt;I deleted the cluster and created a new with runtime 9.1 LTS ML which solved the problem.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 10:54:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32170#M23439</guid>
      <dc:creator>Christine</dc:creator>
      <dc:date>2022-09-13T10:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: autoML' is not found when using databricks.automl with runtime 112.ML (and runtime 10.4 LTS ML).</title>
      <link>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32171#M23440</link>
      <description>&lt;P&gt;Just to confirm, this is correct, and I do not see this problem on 11.2 ML. The software is installed, and your import is correct. I am not sure why you observe this; are init scripts modifying the ML runtime when the cluster starts, maybe?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 22:20:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32171#M23440</guid>
      <dc:creator>sean_owen</dc:creator>
      <dc:date>2022-09-19T22:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: autoML' is not found when using databricks.automl with runtime 112.ML (and runtime 10.4 LTS ML).</title>
      <link>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32172#M23441</link>
      <description>&lt;P&gt;I used the script provided by databricks as I use the autoML incorporated in databricks, so I would not assume that it modifies the ML runtime. I think there must have been something wrong with the cluster configuration, because I have created a new cluster and now it seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1512i726BD3D67EDF1CA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 06:03:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automl-is-not-found-when-using-databricks-automl-with-runtime/m-p/32172#M23441</guid>
      <dc:creator>Christine</dc:creator>
      <dc:date>2022-09-20T06:03:48Z</dc:date>
    </item>
  </channel>
</rss>

