* Add runtime measurement for each step and loop in RDLoop.
* refine some codes
* refine the code (#276)
* show variables only when it exists (#277)
* fix: support seed and fix absolute path (#278)
* fix: support seed and fix absolute path
* Absolute path
* lint
* fix: improve_execution_time_in_kaggle_loop (#279)
* improve_execution_time_in_kaggle_loop
* fix CI
* fix CI
* fix CI
* fix: Update runner.py to fix a small bug (#282)
* fix: Update runner.py to fix a small bug
* fix CI
* refine the code
* Update loop.py
* Update rd_loop.py
* Update model_xgb.py
---------
Co-authored-by: XianBW <36835909+XianBW@users.noreply.github.com>
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
Co-authored-by: Xu Yang <peteryang@vip.qq.com>
- 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.
* 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>