<?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: How to find best model using python in mlflow in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-find-best-model-using-python-in-mlflow/m-p/22835#M15715</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;import mlflow 
client = mlflow.tracking.MlflowClient()
runs = client.search_runs("my_experiment_id", "", order_by=["metrics.rmse DESC"], max_results=1)
best_run = runs[0]&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mlflow.org/docs/latest/python_api/mlflow.tracking.html#mlflow.tracking.MlflowClient.search_runs" alt="https://mlflow.org/docs/latest/python_api/mlflow.tracking.html#mlflow.tracking.MlflowClient.search_runs" target="_blank"&gt;https://mlflow.org/docs/latest/python_api/mlflow.tracking.html#mlflow.tracking.MlflowClient.search_runs&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 10:48:01 GMT</pubDate>
    <dc:creator>User16826994223</dc:creator>
    <dc:date>2021-06-18T10:48:01Z</dc:date>
    <item>
      <title>How to find best model using python in mlflow</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-find-best-model-using-python-in-mlflow/m-p/22834#M15714</link>
      <description>&lt;P&gt;I  have a  use case  in mlflow with python code to find a model version that has the best metric (for instance, “accuracy”) among so many versions , I don't want to use web ui  but to use  python code to achieve this. Any Idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 10:47:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-find-best-model-using-python-in-mlflow/m-p/22834#M15714</guid>
      <dc:creator>User16826994223</dc:creator>
      <dc:date>2021-06-18T10:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to find best model using python in mlflow</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-find-best-model-using-python-in-mlflow/m-p/22835#M15715</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;import mlflow 
client = mlflow.tracking.MlflowClient()
runs = client.search_runs("my_experiment_id", "", order_by=["metrics.rmse DESC"], max_results=1)
best_run = runs[0]&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mlflow.org/docs/latest/python_api/mlflow.tracking.html#mlflow.tracking.MlflowClient.search_runs" alt="https://mlflow.org/docs/latest/python_api/mlflow.tracking.html#mlflow.tracking.MlflowClient.search_runs" target="_blank"&gt;https://mlflow.org/docs/latest/python_api/mlflow.tracking.html#mlflow.tracking.MlflowClient.search_runs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 10:48:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-find-best-model-using-python-in-mlflow/m-p/22835#M15715</guid>
      <dc:creator>User16826994223</dc:creator>
      <dc:date>2021-06-18T10:48:01Z</dc:date>
    </item>
  </channel>
</rss>

