Loan Credit Risk

Set Up Visual Studio for ML Server

Visual Studio needs to use ML Server for the code for this solution. Follow the instructions below to set up Visual Studio to use ML Server.

On the VM deployed using the 'Deploy to Azure' button on the Quick start page you may see an alert that the path for R is no longer found. There is no need to install R Client, simply update the path as shown below.

  1. Launch Visual Studio.
  2. Update the path to R.
    1. From the R Tools menu, choose Options.
    2. In the R Tools section, update the path to R to point to ML Server:
      • C:\Program Files\Microsoft\ML Server\ML_SERVER
  3. Exit Visual Studio.
  4. When you relaunch Visual Studio, R Client will now be the default R engine.

Return to Typical Workflow for ‘Deploy to Azure’ Deployment