Testing the machine learning endpoint

To test an active endpoint, use one of these methods:

  • Upload a file from your local system for single or multiple observations.
  • JSON message for single observation: insert values of the single observation in the presented schema.

Testing the machine learning endpoint from a file

  1. Select the endpoint.
  2. Select Predict from File.
  3. Upload the file.
  4. Click Predict to calculate and display the results of the predicted value.

Testing the machine learning endpoint from a JSON message

  1. Select the endpoint.
  2. Select JSON message.
  3. Insert values into the JSON schema.
  4. Click Predict to calculate and display the results of the predicted value.