Linlang
805f337fc4
chore: add a rdagent server with UI & logger storage refinement( #553 )
...
* change_log_object
* lint code
* delete comments
* change_log_object
* change_log_object
* fix import test error
* update code
* update code
* fix bugs
* skip mypy error
* skip mypy error
* skip mypy error
* Start the flask server before running the demo.
* achieve front and back interaction
* fix github-advanced-security comments
* fix github-advanced-security comments
* tmp ignore
* fix CI
* move some logic
* change format
* adjust logic
* log2json changes
* tmp
* fix
* fix bug
* refine log2json between 5 scenarios
* fix
* refine codes
* fix logic
* use localhost
* add loop & all_duration param for old scenario startup
* merge control logic
* add README for server ui api
* update README
* reuse code in logger
* add loop_n and all_duration param
* fix upload
* ui server now use port in setting
* fix port setting
* fix port setting
* fix mypy check
* refine logger and log storage
* fix ruff error
* fix CI
* refine logger, loop, storage
* bind one FileStorage with one logger
* not truncate log storage
* refine LoopBase.load(), use `checkout` instead of `output_path` and `do_truncate`
* clear session folder when loading loop to run
* move component info init step to ExpGen Class
* Update rdagent/utils/workflow.py
* move truncate_session function to LoopBase class
* add checkout param for other scenarios
* fix bug
* move WebStorage to UI
* change web_storage name
* add randomname to requirements
* add typer
* fix requirements
---------
Co-authored-by: WinstonLiyte <1957922024@qq.com >
Co-authored-by: Bowen Xian <xianbowen@outlook.com >
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2025-06-06 18:52:19 +08:00
WinstonLiyt
542d41aef4
feat: fix some bugs and add original features' description ( #259 )
...
* init a scenario for kaggle feature engineering
* fix some bugs and add original features' description
* refine the process of data downloading
* fix a error
* revert the code
* fix a bug in feedback
* fix a ci bug
* fix a ci bug
2024-09-12 00:30:16 +08:00
you-n-g
e089456cac
feat: add entry for rdagent. ( #187 )
...
* Add entries
* update entry for rdagent
* lint
* fix typo
2024-08-08 17:10:37 +08:00
Linlang
c7cfd397ca
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
you-n-g
2d4e9c41fc
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