<?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: Can I save MLflow artifacts to locations other than the dbfs? in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/can-i-save-mlflow-artifacts-to-locations-other-than-the-dbfs/m-p/19324#M1056</link>
    <description>&lt;P&gt;You could mount an s3 bucket in the workspace and save your model using the mounts &lt;A href="https://docs.databricks.com/data/databricks-file-system.html#fuse" alt="https://docs.databricks.com/data/databricks-file-system.html#fuse" target="_blank"&gt;DBFS&lt;/A&gt;&amp;nbsp;path &lt;/P&gt;&lt;P&gt;For e.g&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;modelpath = "/dbfs/my-s3-bucket/model-%f-%f" % (alpha, l1_ratio)
mlflow.sklearn.save_model(lr, modelpath)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 22:46:05 GMT</pubDate>
    <dc:creator>sajith_appukutt</dc:creator>
    <dc:date>2021-06-25T22:46:05Z</dc:date>
    <item>
      <title>Can I save MLflow artifacts to locations other than the dbfs?</title>
      <link>https://community.databricks.com/t5/machine-learning/can-i-save-mlflow-artifacts-to-locations-other-than-the-dbfs/m-p/19323#M1055</link>
      <description>&lt;P&gt;The default location or MLflow artifacts is on dbfs, but I would like to save my models to an alternative location. Is this supported, and if it is how can I accomplish it?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 17:29:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/can-i-save-mlflow-artifacts-to-locations-other-than-the-dbfs/m-p/19323#M1055</guid>
      <dc:creator>User16826992666</dc:creator>
      <dc:date>2021-06-25T17:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can I save MLflow artifacts to locations other than the dbfs?</title>
      <link>https://community.databricks.com/t5/machine-learning/can-i-save-mlflow-artifacts-to-locations-other-than-the-dbfs/m-p/19324#M1056</link>
      <description>&lt;P&gt;You could mount an s3 bucket in the workspace and save your model using the mounts &lt;A href="https://docs.databricks.com/data/databricks-file-system.html#fuse" alt="https://docs.databricks.com/data/databricks-file-system.html#fuse" target="_blank"&gt;DBFS&lt;/A&gt;&amp;nbsp;path &lt;/P&gt;&lt;P&gt;For e.g&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;modelpath = "/dbfs/my-s3-bucket/model-%f-%f" % (alpha, l1_ratio)
mlflow.sklearn.save_model(lr, modelpath)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 22:46:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/can-i-save-mlflow-artifacts-to-locations-other-than-the-dbfs/m-p/19324#M1056</guid>
      <dc:creator>sajith_appukutt</dc:creator>
      <dc:date>2021-06-25T22:46:05Z</dc:date>
    </item>
  </channel>
</rss>

