Skip to content

Commit 57de040

Browse files
authored
[DOCS] Changes wording to move away from data frame terminology in Stack Docs. (elastic#534)
1 parent 89e590d commit 57de040

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/en/stack/ml/df-analytics/dfanalytics-limitations.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ the Elastic {dfanalytics} feature:
1919

2020
[float]
2121
[[dfa-deletion-limitations]]
22-
=== Deleting a {dfanalytics-job} does not delete the {dataframe} destination index
22+
=== Deleting a {dfanalytics-job} does not delete the destination index
2323

2424
The {ref}/delete-dfanalytics.html[delete {dfanalytics-job} API] does not delete
25-
the {dataframe} destination index. That index must be deleted separately.
25+
the destination index that contains the annotated data of the {dfanalytics}.
26+
That index must be deleted separately.
2627

2728
[float]
2829
[[dfa-update-limitations]]

docs/en/stack/ml/df-analytics/evaluatedf-api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ results of an {oldetection} analysis by using {binarysc}.
1717

1818
To evaluate the {dfanalytics} with this API, you need to annotate your index
1919
that contains the results of the analysis with a field that marks each
20-
{dataframe} row with the ground truth. For example, in case of {oldetection},
20+
document with the ground truth. For example, in case of {oldetection},
2121
the field must indicate whether the given data point really is an outlier or
2222
not. The {evaluatedf-api} evaluates the performance of the {dfanalytics} against
2323
this manually provided ground truth.

0 commit comments

Comments
 (0)