Xu Yang
060f569720
feat: filter feature which is high correlation to former implemented features ( #145 )
...
* filter feature which is high correlation to former implemented features
* use multiprocessing to calculate IC and some minor fix
2024-08-02 14:41:17 +08:00
Linlang
7d279721b4
ci: change ci yml ( #146 )
...
* change ci yml
* add PULL_REQUEST_TEMPLATE
* change ci yml
* change ci yml
* Update .github/workflows/release.yml
* Update .github/workflows/release.yml
* Update .github/workflows/release.yml
---------
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2024-08-02 12:57:34 +08:00
you-n-g
565f2a5f10
update docs ( #139 )
...
* update docs
* Update README.md
* Update project_framework_introduction.rst
* fix pickle problem
* Update Doc & paper
* Update docs
* Update rdagent/core/utils.py
* Update rdagent/components/coder/factor_coder/CoSTEER/knowledge_management.py
2024-08-01 18:21:48 +08:00
Xu Yang
bb18db0a24
Fix a small bug in model value evaluation ( #142 )
...
* Value evaluation feedback not correct. We should give different feedback when target tensor or gt tensor is not available.
* fix CI
2024-08-01 18:08:23 +08:00
Suhan Cui
145c446eab
Dm2 ( #137 )
...
* template
* train
* prompts
* ci
* ci
* ci
2024-08-01 15:00:40 +08:00
you-n-g
dd4f46e209
fix: fix pickle problem ( #140 )
...
* fix pickle problem
* CI
* CI
* CI
* CI
* CI
2024-08-01 14:56:03 +08:00
Xu Yang
8a2f3a9e7f
add CELA disclaimer to README.md ( #141 )
...
* add CELA disclaimer to README.md
* Update README.md
* Update README.md
2024-08-01 14:44:19 +08:00
WinstonLiyt
abe923ea84
Fix a small bug in the hypothesis prompts.
2024-08-01 14:15:43 +08:00
Xisen Wang
0accbe258b
Added three new keys on hypothesis reasoning ( #138 )
...
* Added three new keys on hypothesis reasoning
* Updated two scenario rich text
2024-08-01 10:53:37 +08:00
you-n-g
8f23db92b1
Update docs ( #133 )
...
* Update README.md
* Update README.md
* Update README.md
* Grammar fix
* Add consumption
* Update README.md
* Update README.md
* Update project_framework_introduction.rst
* Update README.md
2024-07-30 20:15:47 +08:00
Xu Yang
345f91b708
refine the graph model interface ( #136 )
2024-07-30 19:38:37 +08:00
cyncyw
6e8f912968
Openai api & eval debug ( #124 )
...
* Openai api & eval debug
---------
Co-authored-by: Young <afe.young@gmail.com >
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2024-07-30 18:06:48 +08:00
XianBW
dbbec2ffaf
New Structure Demo ( #120 )
...
better demo
---------
Co-authored-by: Young <afe.young@gmail.com >
Co-authored-by: Taozhi Wang <taozhi.mark.wang@gmail.com >
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
Co-authored-by: cyncyw <47289405+taozhiwang@users.noreply.github.com >
2024-07-30 17:23:05 +08:00
Xisen Wang
1b4e98a752
Checking general demo ( #126 )
...
* Init todo
* Evaluation & dataset
* Generate new data
* dataset generation
* add the result
* Analysis
* Factor update
* Updates
* Reformat analysis.py
* CI fix
* Further Optimised Model Workflow by Incorporating Feedbacks on Exp Task Card
* Rebasing To build the extraction & implementation demo
* Revised for clean code
* Revised further to show "Knowledge"
* Revised to make model_research_copilot better
* Further Optimised Model Workflow by Incorporating Feedbacks on Exp Task Card
* Rebasing To build the extraction & implementation demo
* Revised for clean code
* Revised further to show "Knowledge"
* Revised to make model_research_copilot better
---------
Co-authored-by: Young <afe.young@gmail.com >
Co-authored-by: Taozhi Wang <taozhi.mark.wang@gmail.com >
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
Co-authored-by: cyncyw <47289405+taozhiwang@users.noreply.github.com >
2024-07-30 15:47:21 +08:00
Suhan Cui
6896f3f82b
Dm ( #132 )
2024-07-30 12:14:48 +08:00
Suhan Cui
38a84a0765
Dm ( #131 )
...
* template
* a
2024-07-30 11:38:02 +08:00
WinstonLiyt
7ec13c4087
Fix some minor bugs caused by version changes. ( #128 )
...
Fix some minor bugs caused by version changes.
2024-07-29 18:02:17 +08:00
SH-Src
02bee7ecdf
update
2024-07-29 09:35:56 +00:00
Xu Yang
a7b5e96373
Update fitz requirements
2024-07-29 13:04:33 +08:00
you-n-g
45c9726133
Support special step customization ( #123 )
...
* Support special step customization
* lint
2024-07-26 14:29:19 +08:00
you-n-g
38ac4cffcd
Fix loop bug ( #122 )
2024-07-26 13:47:50 +08:00
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