Skip to content

doc: update user manual for anomaly detecion. - #35106

Merged
guanshengliang merged 7 commits into
mainfrom
doc/update_tdgpt
Apr 11, 2026
Merged

doc: update user manual for anomaly detecion.#35106
guanshengliang merged 7 commits into
mainfrom
doc/update_tdgpt

Conversation

@hjxilinx

Copy link
Copy Markdown
Contributor

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_lists variable for handling multi-column data and note how single-column models process such input.

Documentation updates for multi-column anomaly detection:

  • English documentation:

    • Clarified that, from version 3.4.1.0, anomaly detection supports multi-column input. For models that only handle a single column, only the first column is used and others are ignored. (docs/en/06-advanced/06-tdgpt/06-anomaly-detection/index.md)
    • Added explanation of the new Python member variable input_data_lists (an array of arrays) to all anomaly detection classes derived from AbstractAnomalyDetectionService, used for storing multi-column input data. (docs/en/06-advanced/06-tdgpt/09-dev/02-algo/03-ad.md)
  • Chinese documentation:

    • Updated to describe the addition of the input_data_lists member 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)# Description

Checklist

Please check the items in the checklist if applicable.

  • Is the user manual updated?
  • Are the test cases passed and automated?
  • Is there no significant decrease in test coverage?

hjxilinx and others added 2 commits April 11, 2026 08:44
Update the user manual of English version .
Copilot AI review requested due to automatic review settings April 11, 2026 01:06

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/en/06-advanced/06-tdgpt/06-anomaly-detection/index.md Outdated
Comment thread docs/zh/06-advanced/06-TDgpt/06-dev/02-algo/03-ad.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 on AbstractAnomalyDetectionService-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.

Comment thread docs/en/06-advanced/06-tdgpt/06-anomaly-detection/index.md Outdated
Comment thread docs/en/06-advanced/06-tdgpt/09-dev/02-algo/03-ad.md Outdated
Comment thread docs/zh/06-advanced/06-TDgpt/06-dev/02-algo/03-ad.md Outdated
Comment thread docs/zh/06-advanced/06-TDgpt/06-dev/02-algo/03-ad.md Outdated
Copilot AI review requested due to automatic review settings April 11, 2026 01:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/en/06-advanced/06-tdgpt/09-dev/02-algo/03-ad.md Outdated
Comment thread docs/zh/06-advanced/06-TDgpt/06-dev/02-algo/03-ad.md Outdated
Comment thread docs/en/06-advanced/06-tdgpt/06-anomaly-detection/index.md Outdated
Copilot AI review requested due to automatic review settings April 11, 2026 02:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@guanshengliang
guanshengliang merged commit ca9b667 into main Apr 11, 2026
6 checks passed
@hjxilinx
hjxilinx deleted the doc/update_tdgpt branch April 30, 2026 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants