<?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 What are the parameters For MLflow Project file in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/what-are-the-parameters-for-mlflow-project-file/m-p/13776#M719</link>
    <description>&lt;P&gt;Hi! I was just wondering what are the parameters For MLflow Project file? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm following this tutorial to create my own MLflow Project: &lt;A href="https://docs.databricks.com/applications/mlflow/projects.html" target="test_blank"&gt;https://docs.databricks.com/applications/mlflow/projects.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and within this tutorial, the MLproject file looks like this: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;name: My Project
&amp;nbsp;
conda_env: my_env.yaml
&amp;nbsp;
entry_points:
  main:
    parameters:
      data_file: path
      regularization: {type: float, default: 0.1}
    command: "python train.py -r {regularization} {data_file}"
  validate:
    parameters:
      data_file: path
    command: "python validate.py {data_file}"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;How did they determine what the parameters are? What exactly are parameters? Are they the parameters from when you do log_param in Mlflow in the notebook? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help! Many thanks! &lt;/P&gt;</description>
    <pubDate>Tue, 12 Jul 2022 18:08:47 GMT</pubDate>
    <dc:creator>confusedIntern</dc:creator>
    <dc:date>2022-07-12T18:08:47Z</dc:date>
    <item>
      <title>What are the parameters For MLflow Project file</title>
      <link>https://community.databricks.com/t5/machine-learning/what-are-the-parameters-for-mlflow-project-file/m-p/13776#M719</link>
      <description>&lt;P&gt;Hi! I was just wondering what are the parameters For MLflow Project file? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm following this tutorial to create my own MLflow Project: &lt;A href="https://docs.databricks.com/applications/mlflow/projects.html" target="test_blank"&gt;https://docs.databricks.com/applications/mlflow/projects.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and within this tutorial, the MLproject file looks like this: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;name: My Project
&amp;nbsp;
conda_env: my_env.yaml
&amp;nbsp;
entry_points:
  main:
    parameters:
      data_file: path
      regularization: {type: float, default: 0.1}
    command: "python train.py -r {regularization} {data_file}"
  validate:
    parameters:
      data_file: path
    command: "python validate.py {data_file}"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;How did they determine what the parameters are? What exactly are parameters? Are they the parameters from when you do log_param in Mlflow in the notebook? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help! Many thanks! &lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 18:08:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-are-the-parameters-for-mlflow-project-file/m-p/13776#M719</guid>
      <dc:creator>confusedIntern</dc:creator>
      <dc:date>2022-07-12T18:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: What are the parameters For MLflow Project file</title>
      <link>https://community.databricks.com/t5/machine-learning/what-are-the-parameters-for-mlflow-project-file/m-p/13777#M720</link>
      <description>&lt;P&gt;You can refer to &lt;A href="https://www.mlflow.org/docs/latest/projects.html" alt="https://www.mlflow.org/docs/latest/projects.html" target="_blank"&gt;MLflow doc&lt;/A&gt; for more details.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2022 21:04:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-are-the-parameters-for-mlflow-project-file/m-p/13777#M720</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-07-24T21:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: What are the parameters For MLflow Project file</title>
      <link>https://community.databricks.com/t5/machine-learning/what-are-the-parameters-for-mlflow-project-file/m-p/13778#M721</link>
      <description>&lt;P&gt;Hi there @Margie Kale​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does @Prabakar Ammeappin​&amp;nbsp;response answer your question? If yes, would you be happy to mark it as best so that other members can find the solution more quickly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2022 05:28:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-are-the-parameters-for-mlflow-project-file/m-p/13778#M721</guid>
      <dc:creator>Vidula</dc:creator>
      <dc:date>2022-09-04T05:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: What are the parameters For MLflow Project file</title>
      <link>https://community.databricks.com/t5/machine-learning/what-are-the-parameters-for-mlflow-project-file/m-p/13779#M722</link>
      <description>&lt;P&gt;I am also encountering this issue. Don't know why its happening.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 05:13:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-are-the-parameters-for-mlflow-project-file/m-p/13779#M722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-05T05:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: What are the parameters For MLflow Project file</title>
      <link>https://community.databricks.com/t5/machine-learning/what-are-the-parameters-for-mlflow-project-file/m-p/13780#M723</link>
      <description>&lt;P&gt;These parameters are parameters that you will specify when you run the MLflow Project with the mlflow CLI. It lets you parameterize your code, and then pass different parameters to it. How you use them is up to your code. These are not model hyperparameters, of the type you might log with a model.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 22:32:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-are-the-parameters-for-mlflow-project-file/m-p/13780#M723</guid>
      <dc:creator>sean_owen</dc:creator>
      <dc:date>2022-09-19T22:32:40Z</dc:date>
    </item>
  </channel>
</rss>

