Skip to content

Commit

Permalink
Link fix (#5568) (#5569) (#5574)
Browse files Browse the repository at this point in the history
(cherry picked from commit e4f0580)
(cherry picked from commit 3daf72e)

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 0cd5005 commit 8d552b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ml-commons-plugin/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,11 @@ A classification algorithm, logistic regression models the probability of a disc

### Example: Train/Predict with Iris data

The following example creates an index in OpenSearch with the [Iris dataset](https://archive.ics.uci.edu/ml/datasets/iris), then trains the data using logistic regression. Lastly, it uses the trained model to predict Iris types separated by row.
The following example creates an index in OpenSearch with the [Iris dataset](https://en.wikipedia.org/wiki/Iris_flower_data_set), then trains the data using logistic regression. Lastly, it uses the trained model to predict Iris types separated by row.

#### Create an Iris index

Before using this request, make sure that you have downloaded [Iris data](https://archive.ics.uci.edu/ml/datasets/iris).
Before using this request, make sure that you have downloaded [Iris data](https://archive.ics.uci.edu/dataset/53/iris).

```bash
PUT /iris_data
Expand Down

0 comments on commit 8d552b2

Please sign in to comment.