Peiyuan Liu

Results 7 issues of Peiyuan Liu

The `torch` and `pytorch-lightning` version are too low for running the code.

## What do these changes do? - Deal with the big time cost of `to_chunk_op` when processing the order conversion. ## Check code requirements - [ ] tests added /...

enhancement

xorbits now does not support `train_test_split` for dataset. This feature need to be supported. After support the `train_test_split`, need to complete the user guide of `xorbits.xgboost`

enhancement

Currently, the `_mars` module implements methods like `xgboost.XGBClassifier.apply` through inheritance, which causes the return type of these inherited methods to not be of Mars type. This inconsistency poses problems downstream,...

enhancement

Currently, the function `attach_cls_member_docstring` retrieves the docstring from `member.__doc__`. This approach, however, fails when the member is inherited from a parent class and the `__doc__` is empty. It is notable...

enhancement
good first issue

Hello, I've been working with `odeint` where the input is a neural network and a vector `t`. The output is a tensor with an additional dimension for t in front...

If `input_size[1]` and `input_size[2]` are not equal, it will cause a bug.