summaryrefslogtreecommitdiffstats
path: root/docs/tools/tools.rst
diff options
context:
space:
mode:
authorSridhar K. N. Rao <srao@linuxfoundation.org>2022-06-10 16:36:42 +0530
committerSridhar K. N. Rao <srao@linuxfoundation.org>2022-06-10 19:19:07 +0530
commitb864f23999d810a482d0f279196108c40fe54de9 (patch)
tree0564d560d30aee475053c1553cc8df4abbcf2be9 /docs/tools/tools.rst
parent4803c3eb0d2cf81ef29b25659ed27202d2456ee7 (diff)
[DOCS] This patch adds documentation.
Documentation. Fixed some typos Signed-off-by: Sridhar K. N. Rao <srao@linuxfoundation.org> Change-Id: I96c95e9e101e7c30dfee4c78d26f98dd6f5d5b0b
Diffstat (limited to 'docs/tools/tools.rst')
-rw-r--r--docs/tools/tools.rst22
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.