[DOCS] This patch adds documentation.
[thoth.git] / docs / tools / tools.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. (c) Anuket, The Linux Foundation, BIT Mesra, VTU and Others.
4
5 ***********************
6 Anuket Thoth: The Tools
7 ***********************
8
9 Model Selector
10 ==============
11
12 This is an interactive tool to suggest the best model a researcher can start with to solve a problem in hand.
13 The tool asks questions about the problem, the type and quantity of the dataset, the metrics preferences,
14 and the understanding of the dataset. Based on the responses, the tool will suggest the ML technique to start with.
15 The techniques suggested are broadly categorised into three groups - Supervised, Unsupervised and Reinforcement.
16
17 Data Extractor
18 ==============
19
20 This tool, in phase-1, extracts monitoring data from Prometheus server.
21 It takes the prometheus server IP, the timestamp, and the time range as input.
22 Based on the input, the tool extracts CPU, Memory and Interface data from the server.