Skip to content

Files

Latest commit

 

History

History
27 lines (16 loc) · 1.34 KB

project_framework_introduction.rst

File metadata and controls

27 lines (16 loc) · 1.34 KB

Framework Design & Components

Framework & Components

Components & Feature Level

The image above shows the overall framework of RDAgent.

In a data mining expert's daily research and development process, they propose a hypothesis (e.g., a model structure like RNN can capture patterns in time-series data), design experiments (e.g., finance data contains time-series and we can verify the hypothesis in this scenario), implement the experiment as code (e.g., Pytorch model structure), and then execute the code to get feedback (e.g., metrics, loss curve, etc.). The experts learn from the feedback and improve in the next iteration.

We have established a basic method framework that continuously proposes hypotheses, verifies them, and gets feedback from the real world. This is the first scientific research automation framework that supports linking with real-world verification.

Class Level Figure

The figure above shows the main classes and how they fit into the workflow for those interested in the detailed code.