Skip to content

Commit

Permalink
Fixes dead links in the Integrating ML models document (#6149)
Browse files Browse the repository at this point in the history
Signed-off-by: linghengqian <[email protected]>
  • Loading branch information
linghengqian authored Jan 15, 2024
1 parent 24ae787 commit 28189d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ml-commons-plugin/integrating-ml-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can use an ML model in one of the following ways:

### Making predictions

[Models trained]({{site.url}}{{site.baseurl}}//ml-commons-plugin/api/train-predict/train/) through the ML Commons plugin support model-based algorithms, such as k-means. After you've trained a model to your precision requirements, use the model to [make predictions]({{site.url}}{{site.baseurl}}/ml-commons-plugin/api/train-predict/predict/).
[Models trained]({{site.url}}{{site.baseurl}}/ml-commons-plugin/api/train-predict/train/) through the ML Commons plugin support model-based algorithms, such as k-means. After you've trained a model to your precision requirements, use the model to [make predictions]({{site.url}}{{site.baseurl}}/ml-commons-plugin/api/train-predict/predict/).

If you don't want to use a model, you can use the [Train and Predict API]({{site.url}}{{site.baseurl}}/ml-commons-plugin/api/train-predict/train-and-predict/) to test your model without having to evaluate the model's performance.

Expand Down

0 comments on commit 28189d0

Please sign in to comment.