<?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: Set tags for an MLFlow Experiment using Python? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/set-tags-for-an-mlflow-experiment-using-python/m-p/12622#M7407</link>
    <description>&lt;P&gt;Someone answered first in StackOverflow. Here it is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;from mlflow.tracking import MlflowClient
&amp;nbsp;
# Create an experiment with a name that is unique and case sensitive.
client = MlflowClient()
experiment_id = client.create_experiment("Social NLP Experiments")
client.set_experiment_tag(experiment_id, "nlp.framework", "Spark NLP")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 24 Oct 2021 20:28:19 GMT</pubDate>
    <dc:creator>NAS</dc:creator>
    <dc:date>2021-10-24T20:28:19Z</dc:date>
    <item>
      <title>Set tags for an MLFlow Experiment using Python?</title>
      <link>https://community.databricks.com/t5/data-engineering/set-tags-for-an-mlflow-experiment-using-python/m-p/12620#M7405</link>
      <description>&lt;P&gt;There is this rest API: &lt;A href="https://www.mlflow.org/docs/latest/rest-api.html#set-experiment-tag" alt="https://www.mlflow.org/docs/latest/rest-api.html#set-experiment-tag" target="_blank"&gt;https://www.mlflow.org/docs/latest/rest-api.html#set-experiment-tag&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can I do the same from python's MLFlow API?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Oct 2021 16:31:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/set-tags-for-an-mlflow-experiment-using-python/m-p/12620#M7405</guid>
      <dc:creator>NAS</dc:creator>
      <dc:date>2021-10-23T16:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set tags for an MLFlow Experiment using Python?</title>
      <link>https://community.databricks.com/t5/data-engineering/set-tags-for-an-mlflow-experiment-using-python/m-p/12622#M7407</link>
      <description>&lt;P&gt;Someone answered first in StackOverflow. Here it is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;from mlflow.tracking import MlflowClient
&amp;nbsp;
# Create an experiment with a name that is unique and case sensitive.
client = MlflowClient()
experiment_id = client.create_experiment("Social NLP Experiments")
client.set_experiment_tag(experiment_id, "nlp.framework", "Spark NLP")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Oct 2021 20:28:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/set-tags-for-an-mlflow-experiment-using-python/m-p/12622#M7407</guid>
      <dc:creator>NAS</dc:creator>
      <dc:date>2021-10-24T20:28:19Z</dc:date>
    </item>
  </channel>
</rss>

