Chronos: bigdl.chronos.aiops first push (#7703)

* add bigdl.chronos.aiops

* update doc

* update doc

* update the aiops doc

* update doc

* add test script
This commit is contained in:
Junwei Deng 2023-02-28 16:58:25 +08:00 committed by GitHub
parent a1ee2f8b68
commit 528717da46
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,21 @@
AIOps
=====================
ConfigGenerator
----------------------------------------
AIOps application typically relies on a decision system with one or multiple AI models.
The `ConfigGenerator` provides a easy-to-use builder for an AIOps decision system with the usage of `Trigger`.
.. automodule:: bigdl.chronos.aiops.config_generator.config_generator
:members:
:undoc-members:
:show-inheritance:
:inherited-members:
.. automodule:: bigdl.chronos.aiops.config_generator.trigger
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

View file

@ -11,6 +11,7 @@ Chronos API
tsdataset.rst
simulator.rst
evaluator.rst
aiops.rst
.. toctree::
:maxdepth: 1