We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9dd3b commit 2c728d5Copy full SHA for 2c728d5
rdagent/app/general_model/general_model.py
@@ -16,11 +16,11 @@
16
from rdagent.scenarios.qlib.developer.model_coder import QlibModelCoSTEER
17
18
19
-def extract_models_and_implement(
20
- report_file_path: str,
21
-) -> None:
+def extract_models_and_implement(report_file_path: str) -> None:
22
"""
23
- Extracts models from a given PDF report file and implements the necessary operations.
+ This is a research copilot to automatically implement models from a report file or paper.
+
+ It extracts models from a given PDF report file and implements the necessary operations.
24
25
Parameters:
26
report_file_path (str): The path to the report file. The file must be a PDF file.
0 commit comments