Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.32 KB

File metadata and controls

23 lines (17 loc) · 1.32 KB
layout title parent has_children nav_order
default
Train and Predict APIs
ML Commons API
true
30

Train and Predict APIs

The ML Commons API lets you train machine learning (ML) algorithms synchronously and asynchronously, make predictions with that trained model, and train and predict with the same dataset.

To train tasks through the API, three inputs are required:

  • Algorithm name: Must be one of a FunctionName. This determines what algorithm the ML Engine runs. To add a new function, see How To Add a New Function.
  • Model hyperparameters: Adjust these parameters to improve model accuracy.
  • Input data: The data that trains the ML model, or applies the ML models to predictions. You can input data in two ways, query against your index or use a data frame.

ML Commons supports the following Train and Predict APIs: