Linlang
19dbeb93e9
refactor: unify qlib experiment configs, runners, and templates ( #1320 )
...
* refactor: unify qlib experiment configs, runners, and templates
* fix: use PropSetting instances instead of class attributes in qlib runners
* docs: add configurable train/valid/test time segments for fintech scenarios
2026-01-07 12:49:15 +08:00
Linlang
d603d5a5aa
docs: add documentation for Data Science configurable options ( #1301 )
2025-11-25 16:56:30 +08:00
Breezy
27ed3d1a75
docs: add execution environment configuration guide (Docker vs Conda) ( #1288 )
...
* docs: add execution environment configuration guide (Docker vs Conda)
* docs: extend execution environment configuration with additional scenario support
2025-11-18 16:08:05 +08:00
Linlang
a829b2aaea
style: convert CLI flags from snake_case to kebab-case ( #1198 )
...
Co-authored-by: Young <afe.young@gmail.com >
2025-08-25 20:07:01 +08:00
Tim
35c209b092
feat: enable finetune llm ( #1055 )
...
* feat: start with previous workspace
* feat: finetune llm
* add PrevModelLoadEvaluator
---------
Co-authored-by: Young <afe.young@gmail.com >
Co-authored-by: v-jianwan <v-jianwan@microsoft.com >
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2025-08-06 12:24:44 +08:00
Linlang
56ed919b2e
docs: update configuration docs ( #1155 )
...
* update configuration docs
* update configuration docs
* update configuration docs
2025-08-05 15:48:28 +08:00
Linlang
81d0ac7185
docs: update data science docs ( #1015 )
...
* update data science docs part1
* update data science docs part2
* update data science docs part3
* update data science docs part4
* update data science docs part5
* format with isort
* update data science docs part6
* add check environment scripts
* format with isort
* format with isort
* merge env_check to health_check
* format with isort
* format with black
* optimize code
* use boolean cli options
* replace fire with typer
* replace fire with typer
* optimizing parameter and variable naming
2025-07-19 18:35:24 +08:00
Shuo Yin
6469a0679a
docs: update docs/installation_and_configuration.rst for Configuration ( #1061 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update installation_and_configuration.rst
* Update installation_and_configuration.rst
* Update installation_and_configuration.rst
* Update docs/installation_and_configuration.rst
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
* Update installation_and_configuration.rst
* Update installation_and_configuration.rst
---------
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2025-07-16 22:20:49 +08:00
you-n-g
c27f3b4aa8
docs: add Properties code-block for BACKEND setting in docs ( #1060 )
2025-07-11 16:57:08 +08:00
amstrongzyf
f2272f34c1
fix: support experimental support for Deepseek models and update docs about configuration ( #1024 )
...
* fix qlib running bug for deepseek and add configuration docs about deepseek
2025-07-07 14:18:56 +08:00
Yuante Li
a4206e99b2
fix: fix a bug and update the docs ( #978 )
2025-06-20 10:58:14 +08:00
Yuante Li
a30ad77afb
docs: update readme for v0.5.0 release ( #973 )
2025-06-18 14:49:24 +08:00
Linlang
32a29a7479
fix: main bug ( #938 )
...
* feat: parameterize cache paths with USER to avoid conflicts
* guide for missing training_hyperparameters
* guidance for KeyError: 'concise_reason'
* fixed three bugs in the test
* fix general_model task bug
* fixed some bugs in the med_model scenario
* delete comments
* format with black
* fix mypy error
* fix ruff error
* fix isort error
* sync code
* revert cache_path code
* revert cache_path code
* delete data mining scenario
* fix factor report loop
* fix LiteLLMAPIBackend log_llm_chat_content setting
* refine fin factor report scenario
* remove unused LogColors
* fix UI
* remove medical scenario docs
* change **kaggle** to **data_science**
* remove default dataset_path in create_debug_data
* remove KAGGLE_SETTINGS in kaggle_crawler
* limit litellm versions
* reformat with black
* change README
* fix_data_science_docs
* make hypothesis observations string
* Hiding old versions of kaggle docs
* hidding kaggle agent docs
---------
Co-authored-by: Young <afe.young@gmail.com >
Co-authored-by: Bowen Xian <xianbowen@outlook.com >
Co-authored-by: yuanteli <1957922024@qq.com >
2025-06-18 14:35:45 +08:00
Yuante Li
c1a0b7fd17
docs: update the documentation for custom dataset ( #969 )
2025-06-18 10:58:28 +08:00
amstrongzyf
9165d64464
docs: update explanation for separate config use in litellm ( #958 )
...
* docs: update explanation for separate config use in litellm
* docs: update default backend to `rdagent.oai.backend.LiteLLMAPIBackend`
* docs: update .rst format
* Update installation_and_configuration.rst
2025-06-13 18:32:39 +08:00
Haoran Pan
b6c0e891d3
docs: update llm setting guidance and "REASONING_THINK_RM" description ( #943 )
...
* update llm setting guidance and "REASONING_THINK_RM" description
* remove deprecated backend in readme
2025-06-11 15:45:22 +08:00
Yuante Li
9240a71c54
docs: update document for RD-Agent(Q) ( #940 )
2025-06-07 14:41:02 +08:00
you-n-g
fc0fcc3700
chore: update load add & ( #944 )
2025-06-06 16:58:09 +08:00
Haoran Pan
8c8aa92acb
docs: update guidance for running mle-bench ( #896 )
...
* update guidance for running mle-bench
* ci issue
* Update guidance for setting kaggle api
2025-05-26 17:43:43 +08:00
Linlang
f23c6878b8
update_QR_code_url ( #881 )
2025-05-16 14:13:40 +08:00
Tim
46dec7b624
feat: custom data ( #810 )
...
* custom data
* fix: simplify competition check and log local description file
* no sample data
* feat: add test evaluation module with error handling support
* fix: update eval path to use eval_sub_dir and add valid_check TODO
* refactor: add MLETestEval check to conditionally run grading steps
* avoid blank stdout
* valid in testeval
* rename test.csv to avoid conflict
* Support Disabling sample submission
* refactoring
* fix: remove DS_KAGGLE_DATA and update prompt instructions
* add try for grade
* ignore submission
* fix: remove tee from eval command and warn about pipeline exit code detection
* optional to use raw description
* support old data
* add execution result to stdout
* add metric to raw description
* custom data explain
* add debug_path
* rst update
---------
Co-authored-by: Young <afe.young@gmail.com >
2025-05-06 16:00:13 +08:00
Haoran Pan
364e3c9f61
update qrcode ( #818 )
2025-04-23 16:12:48 +08:00
Linlang
6d56061341
chore: modify kaggle docs & Adding ds_loop at program entry ( #786 )
...
* modify kaggle docs
* optimise code based on comments
* Update docs/scens/kaggle_agent.rst
* fix docs build error
---------
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2025-04-17 22:02:49 +08:00
Linlang
353d8f05ef
update wechat qrcode ( #798 )
2025-04-16 21:39:56 +08:00
Linlang
8d5fb2eebf
update wechat qrcode ( #775 )
2025-04-09 12:23:38 +08:00
Haoran Pan
9a6e18ad82
update wechat group qrcode ( #732 )
2025-03-31 19:20:04 +08:00
you-n-g
487ea4f6bf
docs: Add note on running Docker without sudo in installation guides ( #721 )
2025-03-27 10:28:06 +08:00
Linlang
78757aeed7
refactor: remove unused code and update documentation in CoSTEER module ( #720 )
...
* refactor: Remove unused code and update documentation in CoSTEER module
* fix mypy error
* fix black error
---------
Co-authored-by: Young <afe.young@gmail.com >
2025-03-26 22:48:01 +08:00
Haoran Pan
11df79d5e3
update wechat qrcode ( #718 )
2025-03-25 22:23:33 +08:00
Haoran Pan
021e96b12b
docs: update readme and installation guide for litellm backend addition ( #703 )
...
* docs: Update README and installation guide for LiteLLM backend addition
* docs: update LiteLLM Backend configuration guide
* remove and add some llm settings docs
* CI Issue
* CI Issue
* update docs
---------
Co-authored-by: Young <afe.young@gmail.com >
2025-03-21 14:55:30 +08:00
Haoran Pan
626d5d5c97
docs: update wechat community qrcode ( #704 )
2025-03-19 20:17:41 +08:00
Haoran Pan
170add3627
update qrcode 25/03/07 ( #664 )
2025-03-07 17:59:49 +08:00
Haoran Pan
9b2dbfb5d2
update Wechat group QR code ( #652 )
2025-02-28 15:39:52 +08:00
Haoran Pan
b6928f6ced
update qrcode ( #616 )
2025-02-19 13:44:40 +08:00
Haoran Pan
12cbd21dbe
update qrcode ( #570 )
2025-02-08 20:48:19 +08:00
Haoran Pan
976002ae23
update new qr group code ( #521 )
2025-01-14 17:25:06 +08:00
Yuante Li
09803d98d8
docs: update WeChat QR code on Dec 31, 2024 ( #513 )
2024-12-31 14:01:17 +08:00
Haoran Pan
4501bed10f
update wechat qrcode at Dec 2nd ( #502 )
2024-12-03 14:07:26 +08:00
Linlang
d4e7f9277e
chore: fix PR template ( #487 )
...
* fix PR template
* subfolders of the log displayed on the web page
* fix code error
* add health check
* reformat with isort
* reformat with black
* update README
* fix bug && experience confusing
* reformat with black & update health check code
* reformat with isort
* reformat with black
* update README.md
* Removed duplicates in documentation and health_check && Upgraded code for filtering folders
* update docs
* reformat with black
2024-11-28 15:35:13 +08:00
you-n-g
1acb1dab8f
feat: run benchmark on gpt-4o & llama 3.1 ( #497 )
...
* Run benchmark on gpt-4o & llama 3.1
* update link
2024-11-26 12:02:09 +08:00
Xu Yang
fce241b9f9
feat: a unified CoSTEER to fit more scenarios ( #491 )
...
* Use ExtendedBaseSettings to replace BaseSettings
* update a more general way to pass the default setting
* update all code
* fix CI
* fix CI
* fix qlib scenario
* fix CI
* fix CI
* fix CI & add data science interfaces
* remove redundant code
* abandon costeer knowledge base v1
---------
Co-authored-by: Xu Yang <xuyang1@microsoft.com >
Co-authored-by: XianBW <36835909+XianBW@users.noreply.github.com >
2024-11-25 16:27:34 +08:00
Haoran Pan
f0e86ba67a
update qr_code ( #492 )
2024-11-22 13:16:45 +08:00
Linlang
c118b0656b
update QR ( #483 )
2024-11-11 23:41:48 +08:00
Yuante Li
7154bf2f50
docs: fix a bug in the document ( #466 )
...
* fix a bug
* edit guidance to run kaggle application
* update docs
* optimize docs
* read RTD badge
---------
Co-authored-by: TPLin22 <tplin2@163.com >
Co-authored-by: Linlang <Lv.Linlang@hotmail.com >
2024-11-08 13:55:24 +08:00
WinstonLiyt
437fbcb577
fix a bug in kaggle runner cache and kaggle costeer execute template ( #467 )
2024-11-04 11:16:16 +08:00
Haoran Pan
fb7aa0d257
docs: correct some mistakes in Kaggle scenario guidance ( #465 )
...
* update readme correct some mistakes in guide
* update the doc
---------
Co-authored-by: WinstonLiye <1957922024@qq.com >
2024-11-01 17:33:59 +08:00
XianBW
30a5061012
docs: some changes in kaggle doc ( #461 )
...
* add kaggle scenario description for webapp
* catch download button error
* change kaggle auto_submit to False default
* Added guidance for custom templates in kaggle doc
* CI
* CI
* add kaggle data set instruction(NOTE)
* delete repeated description for kaggle scenario
---------
Co-authored-by: TPLin22 <tplin2@163.com >
2024-10-30 17:00:56 +08:00
Haoran Pan
762dd64239
add docs for scen catalog ( #458 )
2024-10-29 11:08:15 +08:00
Haoran Pan
19317d6d36
docs: improve kaggle scenario description ( #455 )
...
* add docs
* add docs
* add docs for roadmap & guide
* edit roapmap format
* edit design image
2024-10-26 00:03:59 +08:00
Xu Yang
c71fd1fba2
feat: independent use_azure_token_provider on chat and embedding ( #452 )
...
* independent use_azure_token_provider
* fix CI
* fix doc format
2024-10-23 18:22:58 +08:00