mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-18 22:05:04 +00:00
Reword API inputs
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
parent
2a637ed315
commit
d039da1b18
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user