* ci: auto release
* fix: bug getting version in qlib/__init__.py
* fix: bug getting version in setup.py
* fix: bug getting version in qlib/__init__.py
* fix: make the code in CI more complete
* fix: specify the root directory in the get_verison method
* fix: parameter error
* update: optimize code && add comments
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* fix: upgrade the method of installing LightGBM on MacOS
* add: comments
* test: build package && check package
* test: build package && check package
* test: build package && check package
* optimize yml
* refactor: introduce BaseDataHandler and unify fetch interface
* refactor: include data_key in seg_kwargs and simplify segments loop
* refactor: default data_key to BaseDataHandler.DK_I in _get_df_by_key
* style: fix indentation and remove extra blank lines in data handlers
* refactor: use BaseDataHandler.DK_I as default data_key
* docs: fix BaseDataHandler docstring grammar and formatting
* refactor: remove unused **kwargs from storage fetch methods
* docs: refine BaseDataHandler and DataHandler docstrings
* refactor: rename BaseDataHandler to DataHandlerABC, update type hints
* feat: add flt_col to TSDatasetH and list-to-slice conversion in storage
* lint
* comment
* Fixing Security Vulnerabilities
* Fixing Pylint Error
* Fixing Security Vulnerabilities windows
* format with black
* using returncode to locate problems
* fix pylint error
* Update detailed_workflow.ipynb
the result figure is empty
* Update detailed_workflow.ipynb
fix issue: the plotly figure is empty
* The error message indicated that my code did not
comply with the code style guidelines.
Specifically, I had used double quotes "notebook"
for the string, whereas the required format was
single quotes 'notebook'.
This has now been corrected.
* comply with the code style guidelines.
Specifically, I had used double quotes "notebook"
for the string, whereas the required format was
single quotes 'notebook'.
This has now been corrected.
* I didn't use nbqa black to reformat my code. Now
is done!
* recover_code
---------
Co-authored-by: Linlang <Lv.Linlang@hotmail.com>
* fixed a problem with multi index caused by the default value of groupkey
* modify group_key default value
* limit pandas verion
* format with black
* fix docs error
* fix docs error
* fixed bugs caused by pandas upgrade
* remove needless code
* reformat with black
* limit version & add docs
* fix: resolve#1892 by retriving the data page by page
* fix: resolve#1892 by retriving the data page by page
* reformat with black
---------
Co-authored-by: shengyuhong <shengyuhong@bytedance.com>
Co-authored-by: fibers <yu8582@126.com>
* #854 implement first data health checker draft
* #854 added support for qlib's data format, implemented factor check, reformatted summary
* adaptation current dataset
* format with black
* add data health check to docs
* fix sphinx error
* fix pylint error
* update code
* format with black
* format with pylint
---------
Co-authored-by: Linlang <Lv.Linlang@hotmail.com>
* update readme
* Update README.md
add english and chinese link to rdagent
* add the logo of rdagent to readme
add the logo of rdagent to readme
* adjust the height of the logo
* improve some works in readme
* add a line
* Init model for both dataset
* Remove some deprecated code
* Add model template;
* We must align with previous results
* We choose another mode as the initial version
* Almost success to run GRU
* Successfully run training
* Passed general_nn test
* gru test
* Alignment test passed
* comment
* fix readme & minor errors
* general nn updates & benchmarks
* Update examples/benchmarks/GeneralPtNN/workflow_config_gru2mlp.yaml
---------
Co-authored-by: Young <afe.young@gmail.com>
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>