doc: update user manual for anomaly detecion. - #35106
Conversation
Update the user manual of English version .
There was a problem hiding this comment.
Code Review
This pull request updates the documentation to reflect support for multi-column data input in anomaly detection starting from version 3.4.1.0, including the introduction of the input_data_lists member variable. Feedback was provided to resolve a contradiction in the English documentation regarding column constraints and to correct grammatical and capitalization errors in the Chinese documentation.
There was a problem hiding this comment.
Pull request overview
This PR updates TDgpt anomaly detection documentation to describe multi-column input support starting in v3.4.1.0, including the new input_data_lists attribute for anomaly-detection services.
Changes:
- Documented the new
input_data_lists(nested list) member onAbstractAnomalyDetectionService-derived anomaly detection classes (EN + ZH dev docs). - Updated the anomaly detection user manual (EN) to mention multi-column input behavior starting from v3.4.1.0.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/zh/06-advanced/06-TDgpt/06-dev/02-algo/03-ad.md | Adds ZH dev-doc note about input_data_lists for multi-column anomaly detection input. |
| docs/en/06-advanced/06-tdgpt/09-dev/02-algo/03-ad.md | Adds EN dev-doc note about input_data_lists for multi-column anomaly detection input. |
| docs/en/06-advanced/06-tdgpt/06-anomaly-detection/index.md | Updates EN user manual parameter description to mention multi-column anomaly detection input behavior. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request updates the documentation to clarify support for multi-column input in anomaly detection algorithms, starting from version 3.4.1.0. The changes explain the new
input_data_listsvariable for handling multi-column data and note how single-column models process such input.Documentation updates for multi-column anomaly detection:
English documentation:
docs/en/06-advanced/06-tdgpt/06-anomaly-detection/index.md)input_data_lists(an array of arrays) to all anomaly detection classes derived fromAbstractAnomalyDetectionService, used for storing multi-column input data. (docs/en/06-advanced/06-tdgpt/09-dev/02-algo/03-ad.md)Chinese documentation:
input_data_listsmember variable for supporting multi-column input in anomaly detection classes from version 3.4.1.0. (docs/zh/06-advanced/06-TDgpt/06-dev/02-algo/03-ad.md)# DescriptionChecklist
Please check the items in the checklist if applicable.