<?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: Avoid Using MLFlow to log runs in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/avoid-using-mlflow-to-log-runs/m-p/35693#M1848</link>
    <description>&lt;P&gt;You can even us a general command without noting which library will be used:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; mlflow&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;mlflow.autolog(disable=&lt;/SPAN&gt;&lt;SPAN&gt;True&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 28 Jun 2023 14:32:54 GMT</pubDate>
    <dc:creator>Evan_MCK</dc:creator>
    <dc:date>2023-06-28T14:32:54Z</dc:date>
    <item>
      <title>Avoid Using MLFlow to log runs</title>
      <link>https://community.databricks.com/t5/machine-learning/avoid-using-mlflow-to-log-runs/m-p/9571#M447</link>
      <description>&lt;P&gt;I am running some code to smooth columns of data and fill in missing values. The algorithms being used are automatically logged to an experiment using MLFlow which makes a 15 second job take 9 minutes and causes out of memory errors in another instance. I have not even imported the MLFlow package in the notebook. How do I avoid logging results? &lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 17:48:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/avoid-using-mlflow-to-log-runs/m-p/9571#M447</guid>
      <dc:creator>Evan_MCK</dc:creator>
      <dc:date>2023-02-10T17:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid Using MLFlow to log runs</title>
      <link>https://community.databricks.com/t5/machine-learning/avoid-using-mlflow-to-log-runs/m-p/9572#M448</link>
      <description>&lt;P&gt;I think I figured it out.  Autologing must have been enabled from a previous run.  Pretty easy to solve.  Posting this to help anyone else in this situation.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mlflow.org/docs/latest/tracking.html#automatic-logging" target="test_blank"&gt;https://mlflow.org/docs/latest/tracking.html#automatic-logging&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To disable just run the appropriate command for the library being logged as per below.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import mlflow&lt;/P&gt;&lt;P&gt;mlflow.sklearn.autolog(disable=True)&lt;/P&gt;&lt;P&gt;mlflow.xgboost.autolog(disable=True)&lt;/P&gt;&lt;P&gt;mlflow.statsmodels.autolog(disable=True)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 20:06:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/avoid-using-mlflow-to-log-runs/m-p/9572#M448</guid>
      <dc:creator>Evan_MCK</dc:creator>
      <dc:date>2023-02-10T20:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid Using MLFlow to log runs</title>
      <link>https://community.databricks.com/t5/machine-learning/avoid-using-mlflow-to-log-runs/m-p/35693#M1848</link>
      <description>&lt;P&gt;You can even us a general command without noting which library will be used:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; mlflow&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;mlflow.autolog(disable=&lt;/SPAN&gt;&lt;SPAN&gt;True&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Jun 2023 14:32:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/avoid-using-mlflow-to-log-runs/m-p/35693#M1848</guid>
      <dc:creator>Evan_MCK</dc:creator>
      <dc:date>2023-06-28T14:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid Using MLFlow to log runs</title>
      <link>https://community.databricks.com/t5/machine-learning/avoid-using-mlflow-to-log-runs/m-p/132343#M4319</link>
      <description>&lt;P&gt;very helpful. WIthout this command, optuna tries to register the info of each experiment, which make it so slow.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 23:55:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/avoid-using-mlflow-to-log-runs/m-p/132343#M4319</guid>
      <dc:creator>mgorjis</dc:creator>
      <dc:date>2025-09-17T23:55:26Z</dc:date>
    </item>
  </channel>
</rss>

