qlib
qlib copied to clipboard
Qlib is an AI-oriented Quant investment platform that aims to use AI tech to empower Quant Research, from exploring ideas to implementing productions. Qlib supports diverse ML modeling paradigms, incl...
## 🌟 Feature Description Support for storing str type data. ## Motivation 1. Application scenario 2. Related works (Papers, Github repos etc.): 3. Any other relevant and important information: Store...
## Description ## Motivation and Context ## How Has This Been Tested? - [ ] Pass the test by running: `pytest qlib/tests/test_all_pipeline.py` under upper directory of `qlib`. - [ ]...
## Description When running 'examples/workflow_by_code.ipynb' in jupyter notebook , you get the following misleading error #1187  now the message displayed when running the code is "ModuleNotFoundError. CatBoostModel and CatBoostModel...
## Description - Qlib Simulator - Use dict-like config to create strategies & executors. Totally abandon the hardcoded version. - Make Qlib simulator more general. - Executor - Add `is_collecting`...
## ❓ Questions and Help anyone can give me an introduction?I want to use HIST model on alpha158
## 🐛 Bug Description The program report `ValueError: could not convert string to Timestamp` error for obtaining highfreq calendar. If the data has freq of 1 day it works fine....
## 🌟 Feature Description Currently, user should use the following command to download the data.  This requires the following steps. 1. Install Qlib 2. clone the source code of...
## 🐛 Bug Description Qlib does not require the installation of packages like `CatBoostModel` But the output looks a little misleading. ## To Reproduce Run `examples/workflow_by_code.ipynb` in jupyter notebook. ##...
## Description Add ALSTM configuration and result for csi500 ## Motivation and Context Add ALSTM configuration and result for csi500 ## How Has This Been Tested? - [x] Pass the...
## Description ## Motivation and Context ## How Has This Been Tested? - [x] Pass the test by running: `pytest qlib/tests/test_all_pipeline.py` under upper directory of `qlib`. - [ ] If...