qlib icon indicating copy to clipboard operation
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...

Results 373 qlib issues
Sort by recently updated
recently updated
newest added

## 🌟 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...

enhancement

## 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 ![177905185-57a43596-b180-4c52-8df9-0e88b95640b4](https://user-images.githubusercontent.com/72355098/182694858-0cf4897a-80c8-4046-b078-b613e1217b86.png) 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

question
stale

## 🐛 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....

bug

## 🌟 Feature Description Currently, user should use the following command to download the data. ![image](https://user-images.githubusercontent.com/465606/180944946-20cb4b7e-f46e-4ac6-8c03-621dcc261813.png) This requires the following steps. 1. Install Qlib 2. clone the source code of...

enhancement
good first issue

## 🐛 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. ##...

bug
good first issue

## 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...