diff options
author | 2022-06-10 14:24:20 +0000 | |
---|---|---|
committer | 2022-06-10 14:24:20 +0000 | |
commit | 9e9df400ba7f9259a38484d232fe11e08edb4da4 (patch) | |
tree | fc13d4c05a108b5711855f06d6410b1f114c5c8c /docs/tools/tools.rst | |
parent | 0aec5cd837af4503605707a560687a2b5b106fd4 (diff) | |
parent | b864f23999d810a482d0f279196108c40fe54de9 (diff) |
Merge "[DOCS] This patch adds documentation."stable/moselle
Diffstat (limited to 'docs/tools/tools.rst')
-rw-r--r-- | docs/tools/tools.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/tools/tools.rst b/docs/tools/tools.rst new file mode 100644 index 0000000..8fd0ed8 --- /dev/null +++ b/docs/tools/tools.rst @@ -0,0 +1,22 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) Anuket, The Linux Foundation, BIT Mesra, VTU and Others. + +*********************** +Anuket Thoth: The Tools +*********************** + +Model Selector +============== + +This is an interactive tool to suggest the best model a researcher can start with to solve a problem in hand. +The tool asks questions about the problem, the type and quantity of the dataset, the metrics preferences, +and the understanding of the dataset. Based on the responses, the tool will suggest the ML technique to start with. +The techniques suggested are broadly categorised into three groups - Supervised, Unsupervised and Reinforcement. + +Data Extractor +============== + +This tool, in phase-1, extracts monitoring data from Prometheus server. +It takes the prometheus server IP, the timestamp, and the time range as input. +Based on the input, the tool extracts CPU, Memory and Interface data from the server. |