<?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: Deployment of Machine Learning models in Azure machine learning through mlflow in Qlik Predict</title>
    <link>https://community.qlik.com/t5/Qlik-Predict/Deployment-of-Machine-Learning-models-in-Azure-machine-learning/m-p/2031790#M169</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214299"&gt;@Likith&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here's a high-level overview of the steps to deploy a machine learning model using MLFlow and Azure Machine Learning:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Install and set up MLFlow: You can install MLFlow using &lt;CODE&gt;pip install mlflow&lt;/CODE&gt;. After installation, set up an MLFlow tracking server to keep track of your experiments.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Prepare your data and train the model: Split your data into training and testing sets, and then train your model using the training data. Log the experiment information and model parameters using MLFlow.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Register the model: Register the trained model with MLFlow, so you can use it in your deployment pipeline.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Create an Azure Machine Learning Workspace: If you don't have an existing Azure Machine Learning Workspace, create one and configure it for deployment.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Deploy the model to Azure Machine Learning: Use the MLFlow command-line interface (CLI) to deploy the registered model to Azure Machine Learning as a web service.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Test the deployed model: Test the deployed model by sending test data to the web service and receiving predictions from it.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Monitor and manage the deployed model: Use the Azure Machine Learning Workspace to monitor the deployed model and update it as needed.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This is a general outline of the process, and the actual implementation may vary depending on the specific requirements of your project.&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2023 20:49:52 GMT</pubDate>
    <dc:creator>Albert_Candelario</dc:creator>
    <dc:date>2023-01-30T20:49:52Z</dc:date>
    <item>
      <title>Deployment of Machine Learning models in Azure machine learning through mlflow</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Deployment-of-Machine-Learning-models-in-Azure-machine-learning/m-p/2026423#M161</link>
      <description>&lt;P&gt;MLOps are new to me. If someone could describe the steps for using mlflow in the deployment of &lt;A href="https://hkrtrainings.com/machine-learning-training" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Machine Learning Certification Training&lt;/STRONG&gt;&lt;/A&gt; models in Azure Machine Learning, that would be great. I'm not interested in using databricks. A sample run through each stage with an example would be beneficial. Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 07:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Deployment-of-Machine-Learning-models-in-Azure-machine-learning/m-p/2026423#M161</guid>
      <dc:creator>Likith</dc:creator>
      <dc:date>2023-01-17T07:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Machine Learning models in Azure machine learning through mlflow</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Deployment-of-Machine-Learning-models-in-Azure-machine-learning/m-p/2026668#M162</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214299"&gt;@Likith&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting your query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please schedule free consultation with Qlik and refer to below link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.qlik.com/us/products/qlik-sense/ai" target="_blank"&gt;https://www.qlik.com/us/products/qlik-sense/ai&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;From the link. in the bottom use the chat option and book the consultation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Meanwhile you may also refer to&amp;nbsp;&lt;A href="https://www.qlik.com/us/products/qlik-automl" target="_blank"&gt;https://www.qlik.com/us/products/qlik-automl&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Padma Priya&lt;/P&gt;
&lt;P&gt;Senior Technical Support Engineer&lt;/P&gt;
&lt;P&gt;Qlik Support&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 14:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Deployment-of-Machine-Learning-models-in-Azure-machine-learning/m-p/2026668#M162</guid>
      <dc:creator>PadmaPriya</dc:creator>
      <dc:date>2023-01-17T14:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Machine Learning models in Azure machine learning through mlflow</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Deployment-of-Machine-Learning-models-in-Azure-machine-learning/m-p/2031790#M169</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214299"&gt;@Likith&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here's a high-level overview of the steps to deploy a machine learning model using MLFlow and Azure Machine Learning:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Install and set up MLFlow: You can install MLFlow using &lt;CODE&gt;pip install mlflow&lt;/CODE&gt;. After installation, set up an MLFlow tracking server to keep track of your experiments.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Prepare your data and train the model: Split your data into training and testing sets, and then train your model using the training data. Log the experiment information and model parameters using MLFlow.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Register the model: Register the trained model with MLFlow, so you can use it in your deployment pipeline.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Create an Azure Machine Learning Workspace: If you don't have an existing Azure Machine Learning Workspace, create one and configure it for deployment.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Deploy the model to Azure Machine Learning: Use the MLFlow command-line interface (CLI) to deploy the registered model to Azure Machine Learning as a web service.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Test the deployed model: Test the deployed model by sending test data to the web service and receiving predictions from it.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Monitor and manage the deployed model: Use the Azure Machine Learning Workspace to monitor the deployed model and update it as needed.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This is a general outline of the process, and the actual implementation may vary depending on the specific requirements of your project.&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 20:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Deployment-of-Machine-Learning-models-in-Azure-machine-learning/m-p/2031790#M169</guid>
      <dc:creator>Albert_Candelario</dc:creator>
      <dc:date>2023-01-30T20:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment of Machine Learning models in Azure machine learning through mlflow</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/Deployment-of-Machine-Learning-models-in-Azure-machine-learning/m-p/2442692#M910</link>
      <description>&lt;P&gt;Does your excellent response refer -- specfically or generally -- to the ability to manage a Qlik AutoML model via MLFlow (in this instance on Azure Machine Learning)? I was planning to create a new thread about if/how to manage Qlik AutoML models in an external instance of MLFlow. Thank you in advance for any assistance or pointing me in the direction to assistance.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 17:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/Deployment-of-Machine-Learning-models-in-Azure-machine-learning/m-p/2442692#M910</guid>
      <dc:creator>arthurf</dc:creator>
      <dc:date>2024-04-18T17:05:29Z</dc:date>
    </item>
  </channel>
</rss>

