From d039da1b18bc1315d5fa5c9486ead80aff2977e6 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS Date: Mon, 21 Mar 2022 15:28:37 -0500 Subject: [PATCH] Reword API inputs Signed-off-by: Naarcha-AWS --- _ml-commons-plugin/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ml-commons-plugin/api.md b/_ml-commons-plugin/api.md index b5358dab..1e7f5968 100644 --- a/_ml-commons-plugin/api.md +++ b/_ml-commons-plugin/api.md @@ -22,7 +22,7 @@ In order to train tasks through the API, three inputs are required. - Algorithm name: Must be one of a [FunctionaName](https://github.com/opensearch-project/ml-commons/blob/1.3/common/src/main/java/org/opensearch/ml/common/parameter/FunctionName.java). This determines what algorithm the ML Engine runs. - Model hyper parameters: Adjust these parameters to make the model train better. -- Input data: The data input that trains the ML model, or applies the ML models to predictions. To input data, query against your index or use data frame. +- Input data: The data input 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 data frame. ## Train model