stockcoder

Results 1 comments of stockcoder

> I also found the error. You can edit the file: anaconda3\Lib\site-packages\qlib\contrib\data\dataset.py, line 196 of function _prepare_seg, and add the following code: > > ``` > if not isinstance(slc, slice):...