Linlang
faa2fb03ad
CI checks that can be automatically repaired ( #119 )
...
* fix isort & black & toml-sort & sphinx error
* fix ci error
* fix ci error
* add comments
* Update Makefile
* change sphinx build command
* add auto-lint
* add black args
* format with black
* Auto Linting document
* fix ci error
---------
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
Co-authored-by: Young <afe.young@gmail.com >
2024-07-26 12:12:16 +08:00
WinstonLiyt
a4fa000862
Fix two small bugs. ( #121 )
...
* Fix two small bugs.
2024-07-26 11:00:21 +08:00
you-n-g
080f5e6a60
loguru mypy error ( #118 )
2024-07-25 23:12:42 +08:00
you-n-g
6dfae7dcf0
Move package ( #115 )
2024-07-25 18:36:35 +08:00
cyncyw
a82222d077
Benchmark ( #114 )
...
* Init todo
* Evaluation & dataset
* Generate new data
* dataset generation
* add the result
* Analysis
* Factor update
* Updates
* Reformat analysis.py
* CI fix
---------
Co-authored-by: Young <afe.young@gmail.com >
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2024-07-25 18:22:57 +08:00
you-n-g
30827f2ae7
fix record ( #113 )
...
* fix record
* fix type
* add loguru-mypy
2024-07-25 18:14:51 +08:00
WinstonLiyt
25fb571a0f
A draft of the "Quick Start" section for your README. Enable logging of backtesting in Qlib and store rich-text descriptions in Trace. Support one-step debugging for factor extraction. ( #105 )
...
- A draft of the "Quick Start" section for your README.
- Enable logging of backtesting in Qlib and store rich-text descriptions in Trace.
- Support one-step debugging for factor extraction.
2024-07-25 08:43:13 +00:00
Suhan Cui
e10e7f0e59
fix bugs ( #111 )
2024-07-25 08:42:46 +00:00
bowen xian
055bffcbf3
fix new demo bugs
2024-07-25 08:06:15 +00:00
Xisen Wang
3676e7183a
Merge pull request #109 from microsoft/update-qlib-model-scen-desc
...
Update model_experiment.py by adding scenario rich-text description
2024-07-25 15:46:04 +08:00
Xisen Wang
33a3e3b1af
Update model_experiment.py by adding scenario rich-text description
...
- Updated relevant description
2024-07-25 15:45:26 +08:00
you-n-g
4933655e30
Update README.md ( #108 )
...
* Update README.md
* Update README.md
2024-07-25 15:35:47 +08:00
Linlang
571b5304cb
fix mypy error ( #91 )
...
* fix mypy error
* fix mypy error
* fix ruff error
* change command
* delete python 3.8&3.9 from CI
* change command
* Some modifications according to the comments
* Add literal type
* Update .github/workflows/ci.yml
* Some modifications according to the comments
* fix ruff error
* fix meta dict
* Fix type
* Some modifications according to the comments
* merge latest code
* Some modifications according to the comments
* Some modifications according to the comments
* fix ci error
* fix ruff error
* Update Makefile
* Update Makefile
---------
Co-authored-by: Ubuntu <debug@debug.qjtqi00gqezu1eqs55bqdrf51f.px.internal.cloudapp.net >
Co-authored-by: Young <afe.young@gmail.com >
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2024-07-25 15:20:04 +08:00
XianBW
ec22f7f02f
Demo ( #101 )
...
New demo windows structure
2024-07-25 14:14:12 +08:00
you-n-g
0a4ac992e2
Agent Infra ( #107 )
...
* Agent Infra
* Update test/utils/test_agent_infra.py
2024-07-25 11:15:22 +08:00
Xisen Wang
c8df32f8b2
Merge pull request #106 from microsoft/Continous-Update-Branch
...
Further Optimised Workflow, Enabled Graph Input, Stored rich-text-description, Logged Back-Testing, Enabled Concise_Hypothesis
2024-07-25 11:01:04 +08:00
Xisen Wang
3205975d61
Merge branch 'main' into Continous-Update-Branch
2024-07-25 11:00:55 +08:00
Xisen Wang
c4046b388f
Update model_extraction_and_implementation.py
2024-07-24 19:36:37 +08:00
Xisen Wang
f5556e3b8e
Update model_extraction_and_implementation.py
2024-07-24 19:36:15 +08:00
Xisen-Wang
202ea4a566
Unified ModelTask structure
2024-07-24 11:33:04 +00:00
Xisen-Wang
86d954775a
Revised to enable logging of backtesting in Qlib & storing of rich-text-description in Trace
2024-07-24 10:26:06 +00:00
WinstonLiyt
67e858125a
Remove an absolute path.
...
Remove an absolute path.
2024-07-24 18:20:15 +08:00
Xisen-Wang
509b4d7745
Revised relevant code to enable graph input
2024-07-24 09:14:20 +00:00
WinstonLiyt
068292f749
Optimized log output. ( #104 )
...
Optimized log output.
2024-07-24 17:06:52 +08:00
you-n-g
c707a40073
Data mining ( #103 )
...
* scen
* scen2
* app
* fix
* Simplify workflow
* We can share more code in new scenarios
* rename model to rd loop
* Optimize data path
* Update rdagent/app/data_mining/model.py
* Add TODO
* Support GPU
* gpu
---------
Co-authored-by: SH-Src <suhan.c@outlook.com >
2024-07-24 16:56:27 +08:00
WinstonLiyt
226a0470ac
Performed further optimizations on the factor loop and report extraction loop, added log handling for both processes, and implemented a screenshot feature for report extraction. ( #100 )
...
- Performed further optimizations on the factor loop and report extraction loop.
- Added log handling for both processes.
- Implemented a screenshot feature for report extraction.
2024-07-24 12:15:56 +08:00
Xisen-Wang
95474d01aa
Further Revision on Prompts
2024-07-23 12:01:52 +00:00
you-n-g
40d108687c
Support run one step for debugging ( #99 )
2024-07-23 19:00:59 +08:00
Xisen Wang
44169507b2
Merge pull request #97 from microsoft/recover-branch-xisen-3
...
Further Optimisation For Model
2024-07-23 17:19:17 +08:00
you-n-g
4f484e009a
Workflow Support Loading and saving sessions ( #98 )
...
* Successfully logging the trace
* Start debugging & Add policy file
* Support loading sessions
* Add docs
* Add tqdm
2024-07-23 16:37:41 +08:00
bowen xian
bff1ec25d3
process None in list when demo
2024-07-23 07:57:46 +00:00
XianBW
125e6e41c6
Demo adjustment ( #95 )
...
add model trace and trace obj demo
2024-07-23 14:48:14 +08:00
Xisen-Wang
81fe304127
Further Optimised Kwargs & Confs
2024-07-23 06:32:26 +00:00
WinstonLiyt
7220d33668
Update the detailed process and prompt of factor loop. ( #96 )
...
Update the detailed process and prompt of factor loop.
2024-07-22 18:18:08 +08:00
WinstonLiyt
761df330de
Fix a small bug in file reading.
2024-07-22 14:40:14 +08:00
XianBW
3803216a7f
Demo with some base windows ( #88 )
...
* add TabsWindow, LLMWindow
* add TraceWindow logics
* fix annotation for TabsWindow __init__
* add factor tasks table
* finish base qlib factor tasks trace
* add readme for webview ui
2024-07-22 12:58:09 +08:00
you-n-g
601e276a30
Document in High-level ( #93 )
...
* Add init information
* Adjust order and move content
* GPU support
* edit docs
* README structure
* Update Dockerfile
* Update rdagent/utils/env.py
* Update read the docs
* Update framework
2024-07-22 12:49:03 +08:00
WinstonLiyt
c17244a317
Extract factors from financial reports loop finished. ( #90 )
...
- Extract factors from financial reports loop finished.
- Fix some small bugs.
2024-07-20 12:31:40 +08:00
Young
8c600f42ae
Fix import bug
2024-07-19 09:20:27 +00:00
Xisen-Wang
068277fc12
Revised Prompts Again For Feedback
2024-07-19 09:09:17 +00:00
you-n-g
ea8c62a9fb
Docker gpu fix ( #89 )
...
* GPU support
* check gpu
* get gpu kwargs based on its availability
2024-07-19 16:20:07 +08:00
you-n-g
4f558b8203
Update Dockerfile ( #87 )
2024-07-19 15:25:30 +08:00
Xisen Wang
a59ab982c9
Merge pull request #86 from microsoft/recover-branch-xisen-3
...
Model Optimisation Update
After optimization, the rd agent loop for model in the qlib scenario should now work.
2024-07-19 15:05:24 +08:00
Xisen Wang
9b8081836b
Update prompts.yaml
...
- Fixed a typo
2024-07-19 15:03:59 +08:00
Xisen Wang
89afe914e8
Update Dockerfile
2024-07-19 14:59:45 +08:00
XianBW
4518065a35
demo ( #80 )
...
save logs and load it.
---------
Co-authored-by: Young <afe.young@gmail.com >
2024-07-19 14:16:54 +08:00
Linlang
276b462f40
Fix ruff error1 ( #81 )
...
* fix_ruff_error1
* fix_ruff_error
* fix ruff error
* fix ruff error
* pass model.py
* rename exception class
* rename exception class
* rename func name generate_feedback
* remove prepare args
* optimize code
* optimize code
* fix code error
2024-07-18 22:36:04 +08:00
you-n-g
c0e9a5637d
Update rdagent/app/qlib_rd_loop/RDAgent.py
2024-07-18 18:33:31 +08:00
Xisen-Wang
82c00d8507
Revised all prompts
2024-07-18 09:42:55 +00:00
Xisen-Wang
ee486e9d2d
Trying
2024-07-18 09:42:55 +00:00