zoukankan      html  css  js  c++  java
  • Azure Machine Learning on Dynamics 365 FO

    I am going to demonstrate how to use Demand Forecasting using D365 and Azure Machine Learning.

    Go to the Demand Forecasting Parameters using the following navigation:

    Master planning–>Setup–>Demand forecasting–>Demand forecasting parameters

    Set the forecast generation strategy to Azure Machine Learning and save the form. After saving, you will be presented with the following warnings that you will need to resolve.

    Visit the url: http://aka.ms/dynamicsax7-demandforecasting and click on open in studio, you will be asked to login for which you can use your microsoft account

    This is a standard Demand Forecasting experiment provided by Microsoft that we will use.

    In the next screen you will be asked to select a region. Click the “Tick” icon to proceed.

    An experiment will be opened in the designer as shown below

    There are 3 types of inputs this experiment accepts:

    • Web service input – input received (data and parameters) from D365FO
    • Sample Data – this is sample data that will be used when we run the experiment stand-alone.
    • Parameters – these are the sample parameters used in conjunction with the sample data above to run the experiment

    For this demo we will use the “Web Service Input”.

    In order to use this experiment as a service you will need to run it and then deploy it. Click on the “Play” button at the bottom of the screen

    After the experiment is run you will need to click on “Deploy Web Service”

    After the experiment has been deployed you will need the API of the web service:

    You will also need the web service URL, to do that click on the “API help page” for the REQUEST/RESPONSE to get the web service URL

    There will be a long Web service URL, we don’t need all of that; just include everything up to the /execute?api

    We now have deployed the web service, and have 2 values. An API key and a Web Service URL, now its time to go back and update the Demand Forecasting Parameter.

    We are done with the setup, now we need to run the demand forecast. To do that follow the navigation Master planning–>Forecasting–>Demand forecasting–>Generate statistical baseline forecast. Use the following parameters

    Click OK and wait a few minutes. After the operation has been completed, you will be notified. In order to view the results use the navigation Master planning–>Forecasting–>Demand forecasting–>Adjusted demand forecast

    And you will be presented with the results

    You have successfully implemented the Demand Forecasting in D365 For Finance and Operations using Machine Learning.

     I will be back with more.

  • 相关阅读:
    找正环的最快方法!!
    树重量的神仙问题
    2019 ICPC南昌网络赛 B题
    洛谷p-1522又是Floyd
    poj3471
    洛谷p1119--灾难后重建(Floyd不仅仅是板子)
    并查集的超市问题---溜TM的
    利用主席树 搞区间不同值的和
    acwing 102 -利用二分枚举区间平均值
    Week__8
  • 原文地址:https://www.cnblogs.com/lingdanglfw/p/13859682.html
Copyright © 2011-2022 走看看